mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
Remove redundant path-ignore path(s)
This commit is contained in:
parent
ad2d27f6dc
commit
1ae524a8d5
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
|
|
@ -21,7 +21,6 @@ on:
|
||||||
- 'src/**/*_android.*'
|
- 'src/**/*_android.*'
|
||||||
- 'src/**/*_mac.*'
|
- 'src/**/*_mac.*'
|
||||||
- 'LICENSE'
|
- 'LICENSE'
|
||||||
- 'README.md'
|
|
||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '.clang-format'
|
- '.clang-format'
|
||||||
|
|
@ -42,7 +41,6 @@ on:
|
||||||
- 'src/**/*_android.*'
|
- 'src/**/*_android.*'
|
||||||
- 'src/**/*_mac.*'
|
- 'src/**/*_mac.*'
|
||||||
- 'LICENSE'
|
- 'LICENSE'
|
||||||
- 'README.md'
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue