mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
[CI] Linux: Add bat+ps1
This commit is contained in:
parent
0ee39400fe
commit
d20620eb5e
10
.github/workflows/Linux_build.yml
vendored
10
.github/workflows/Linux_build.yml
vendored
|
|
@ -7,13 +7,14 @@ on:
|
||||||
- '.drone.star'
|
- '.drone.star'
|
||||||
- '.gitattributes'
|
- '.gitattributes'
|
||||||
- '.gitignore'
|
- '.gitignore'
|
||||||
- '.gdbinit'
|
|
||||||
- '.github/*'
|
- '.github/*'
|
||||||
- '.github/workflows/Windows_build.yml'
|
- '.github/workflows/Windows_build.yml'
|
||||||
- '.github/*_TEMPLATE/**'
|
- '.github/*_TEMPLATE/**'
|
||||||
|
- '*.bat'
|
||||||
- '*.md'
|
- '*.md'
|
||||||
- '*.yml'
|
- '*.ps1'
|
||||||
- '*.txt'
|
- '*.txt'
|
||||||
|
- '*.yml'
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
- 'src/**/*_windows.*'
|
- 'src/**/*_windows.*'
|
||||||
- 'src/**/*_android.*'
|
- 'src/**/*_android.*'
|
||||||
|
|
@ -25,13 +26,14 @@ on:
|
||||||
- '.drone.star'
|
- '.drone.star'
|
||||||
- '.gitattributes'
|
- '.gitattributes'
|
||||||
- '.gitignore'
|
- '.gitignore'
|
||||||
- '.gdbinit'
|
|
||||||
- '.github/*'
|
- '.github/*'
|
||||||
- '.github/workflows/Windows_build.yml'
|
- '.github/workflows/Windows_build.yml'
|
||||||
- '.github/*_TEMPLATE/**'
|
- '.github/*_TEMPLATE/**'
|
||||||
|
- '*.bat'
|
||||||
- '*.md'
|
- '*.md'
|
||||||
- '*.yml'
|
- '*.ps1'
|
||||||
- '*.txt'
|
- '*.txt'
|
||||||
|
- '*.yml'
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
- 'src/**/*_windows.*'
|
- 'src/**/*_windows.*'
|
||||||
- 'src/**/*_android.*'
|
- 'src/**/*_android.*'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue