Skip to content

Commit

Permalink
Force CI when actions/** is changed
Browse files Browse the repository at this point in the history
  • Loading branch information
vrabaud committed Jan 7, 2025
1 parent e9a27bc commit cb770ae
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-android-emulator-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ on:
branches:
- main
paths:
- ".github/actions/**"
- ".github/workflows/ci-android-emulator-tests.yml"
- "android_jni/**"
pull_request:
paths:
- ".github/actions/**"
- ".github/workflows/ci-android-emulator-tests.yml"
- "android_jni/**"

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-disable-gtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
push:
pull_request:
paths:
- ".github/actions/**"
- ".github/workflows/ci-disable-gtest.yml"
- "**CMakeLists.txt"
- "cmake/**"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-unix-static-av2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
pull_request:
paths:
- ".github/actions/**"
- ".github/workflows/ci-unix-static-av2.yml"
- "**CMakeLists.txt"
- "cmake/**"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-unix-static-sanitized.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
pull_request:
paths:
- ".github/actions/**"
- ".github/workflows/ci-unix-static-sanitized.yml"
- "**CMakeLists.txt"
- "cmake/**"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-unix-static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
pull_request:
paths:
- ".github/actions/**"
- ".github/workflows/ci-unix-static.yml"
- "**CMakeLists.txt"
- "cmake/**"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-windows-shared-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
pull_request:
paths:
- ".github/actions/**"
- ".github/workflows/ci-windows-shared-local.yml"
- "**CMakeLists.txt"
- "cmake/**"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:
push:
pull_request:
paths:
- ".github/actions/**"
- ".github/workflows/ci-windows.yml"
- "**CMakeLists.txt"
- "cmake/**"
Expand Down

0 comments on commit cb770ae

Please sign in to comment.