mirror of
https://github.com/minetest/minetest.git
synced 2024-12-23 06:32:23 +01:00
CI: fix workflows not running on translation update
This commit is contained in:
parent
fbab80fced
commit
ec7738934b
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
@ -12,6 +12,7 @@ on:
|
|||||||
- 'irr/**.cpp'
|
- 'irr/**.cpp'
|
||||||
- '**/CMakeLists.txt'
|
- '**/CMakeLists.txt'
|
||||||
- 'cmake/Modules/**'
|
- 'cmake/Modules/**'
|
||||||
|
- 'po/**.po'
|
||||||
- 'android/**'
|
- 'android/**'
|
||||||
- '.github/workflows/android.yml'
|
- '.github/workflows/android.yml'
|
||||||
pull_request:
|
pull_request:
|
||||||
@ -24,6 +25,7 @@ on:
|
|||||||
- 'irr/**.cpp'
|
- 'irr/**.cpp'
|
||||||
- '**/CMakeLists.txt'
|
- '**/CMakeLists.txt'
|
||||||
- 'cmake/Modules/**'
|
- 'cmake/Modules/**'
|
||||||
|
- 'po/**.po'
|
||||||
- 'android/**'
|
- 'android/**'
|
||||||
- '.github/workflows/android.yml'
|
- '.github/workflows/android.yml'
|
||||||
|
|
||||||
|
6
.github/workflows/linux.yml
vendored
6
.github/workflows/linux.yml
vendored
@ -12,9 +12,8 @@ on:
|
|||||||
- 'irr/**.cpp'
|
- 'irr/**.cpp'
|
||||||
- '**/CMakeLists.txt'
|
- '**/CMakeLists.txt'
|
||||||
- 'cmake/Modules/**'
|
- 'cmake/Modules/**'
|
||||||
|
- 'po/**.po'
|
||||||
- 'util/ci/**'
|
- 'util/ci/**'
|
||||||
- 'Dockerfile'
|
|
||||||
- '.dockerignore'
|
|
||||||
- '.github/workflows/linux.yml'
|
- '.github/workflows/linux.yml'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
@ -26,9 +25,8 @@ on:
|
|||||||
- 'irr/**.cpp'
|
- 'irr/**.cpp'
|
||||||
- '**/CMakeLists.txt'
|
- '**/CMakeLists.txt'
|
||||||
- 'cmake/Modules/**'
|
- 'cmake/Modules/**'
|
||||||
|
- 'po/**.po'
|
||||||
- 'util/ci/**'
|
- 'util/ci/**'
|
||||||
- 'Dockerfile'
|
|
||||||
- '.dockerignore'
|
|
||||||
- '.github/workflows/linux.yml'
|
- '.github/workflows/linux.yml'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
@ -13,6 +13,7 @@ on:
|
|||||||
- 'irr/**.mm' # Objective-C(++)
|
- 'irr/**.mm' # Objective-C(++)
|
||||||
- '**/CMakeLists.txt'
|
- '**/CMakeLists.txt'
|
||||||
- 'cmake/Modules/**'
|
- 'cmake/Modules/**'
|
||||||
|
- 'po/**.po'
|
||||||
- '.github/workflows/macos.yml'
|
- '.github/workflows/macos.yml'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
@ -25,6 +26,7 @@ on:
|
|||||||
- 'irr/**.mm' # Objective-C(++)
|
- 'irr/**.mm' # Objective-C(++)
|
||||||
- '**/CMakeLists.txt'
|
- '**/CMakeLists.txt'
|
||||||
- 'cmake/Modules/**'
|
- 'cmake/Modules/**'
|
||||||
|
- 'po/**.po'
|
||||||
- '.github/workflows/macos.yml'
|
- '.github/workflows/macos.yml'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@ -12,6 +12,7 @@ on:
|
|||||||
- 'irr/**.cpp'
|
- 'irr/**.cpp'
|
||||||
- '**/CMakeLists.txt'
|
- '**/CMakeLists.txt'
|
||||||
- 'cmake/Modules/**'
|
- 'cmake/Modules/**'
|
||||||
|
- 'po/**.po'
|
||||||
- 'util/buildbot/**'
|
- 'util/buildbot/**'
|
||||||
- 'misc/*.manifest'
|
- 'misc/*.manifest'
|
||||||
- '.github/workflows/windows.yml'
|
- '.github/workflows/windows.yml'
|
||||||
@ -25,6 +26,7 @@ on:
|
|||||||
- 'irr/**.cpp'
|
- 'irr/**.cpp'
|
||||||
- '**/CMakeLists.txt'
|
- '**/CMakeLists.txt'
|
||||||
- 'cmake/Modules/**'
|
- 'cmake/Modules/**'
|
||||||
|
- 'po/**.po'
|
||||||
- 'util/buildbot/**'
|
- 'util/buildbot/**'
|
||||||
- 'misc/*.manifest'
|
- 'misc/*.manifest'
|
||||||
- '.github/workflows/windows.yml'
|
- '.github/workflows/windows.yml'
|
||||||
|
Loading…
Reference in New Issue
Block a user