Don't start CI builds for the changes to message catalogs only
We currently don't use these files in the existing builds. It might be a good idea to add another GitHub Action workflow checking the message catalogs compilation that would be executed _only_ for the changes to them, but this can/will be done later.
This commit is contained in:
parent
dfc1ae5de4
commit
3c58e79339
2 changed files with 3 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -14,6 +14,7 @@ on:
|
|||
- 'interface/**'
|
||||
- 'include/msvc/**'
|
||||
- 'include/wx/msw/**'
|
||||
- 'locale/**'
|
||||
- 'src/wx/msw/**'
|
||||
- '*.md'
|
||||
- '*.yml'
|
||||
|
|
@ -30,6 +31,7 @@ on:
|
|||
- 'interface/**'
|
||||
- 'include/msvc/**'
|
||||
- 'include/wx/msw/**'
|
||||
- 'locale/**'
|
||||
- 'src/wx/msw/**'
|
||||
- '*.md'
|
||||
- '*.yml'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue