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:
Vadim Zeitlin 2021-03-07 23:48:25 +01:00
parent dfc1ae5de4
commit 3c58e79339
2 changed files with 3 additions and 0 deletions

View file

@ -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'