Skip to content

Commit

Permalink
gha: tigger cond
Browse files Browse the repository at this point in the history
  • Loading branch information
valord577 committed Oct 7, 2024
1 parent 86c33e6 commit ea8fc1b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ffmpeg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,27 @@ on:
branches:
- main
paths:
- '.github/matrix*.json'
- '.github/workflows/_matrix.yml'
- '.github/workflows/ffmpeg.yml'
- 'deps/ffmpeg'
- 'patches/ffmpeg/**'
- 'scripts/ffmpeg.sh'
- 'build.sh'
- 'env-apple.sh'
- 'env-*.sh'
- 'pkg-conf.sh'
pull_request:
branches:
- main
paths:
- '.github/matrix*.json'
- '.github/workflows/_matrix.yml'
- '.github/workflows/ffmpeg.yml'
- 'deps/ffmpeg'
- 'patches/ffmpeg/**'
- 'scripts/ffmpeg.sh'
- 'build.sh'
- 'env-apple.sh'
- 'env-*.sh'
- 'pkg-conf.sh'

jobs:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/mbedtls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,26 @@ on:
branches:
- main
paths:
- '.github/matrix*.json'
- '.github/workflows/_matrix.yml'
- '.github/workflows/mbedtls.yml'
- 'deps/mbedtls'
- 'patches/mbedtls/**'
- 'scripts/mbedtls.sh'
- 'build.sh'
- 'env-apple.sh'
- 'env-*.sh'
pull_request:
branches:
- main
paths:
- '.github/matrix*.json'
- '.github/workflows/_matrix.yml'
- '.github/workflows/mbedtls.yml'
- 'deps/mbedtls'
- 'patches/mbedtls/**'
- 'scripts/mbedtls.sh'
- 'build.sh'
- 'env-apple.sh'
- 'env-*.sh'

jobs:
build:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/sdl2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,26 @@ on:
branches:
- main
paths:
- '.github/matrix*.json'
- '.github/workflows/_matrix.yml'
- '.github/workflows/sdl2.yml'
- 'deps/sdl2'
- 'patches/sdl2/**'
- 'scripts/sdl2.sh'
- 'build.sh'
- 'env-apple.sh'
- 'env-*.sh'
pull_request:
branches:
- main
paths:
- '.github/matrix*.json'
- '.github/workflows/_matrix.yml'
- '.github/workflows/sdl2.yml'
- 'deps/sdl2'
- 'patches/sdl2/**'
- 'scripts/sdl2.sh'
- 'build.sh'
- 'env-apple.sh'
- 'env-*.sh'

jobs:
build:
Expand Down

0 comments on commit ea8fc1b

Please sign in to comment.