Skip to content

Commit

Permalink
[ci] Update workflow trigger events
Browse files Browse the repository at this point in the history
Signed-off-by: Viet Nguyen Duc <[email protected]>
  • Loading branch information
VietND96 committed Dec 24, 2024
1 parent 822101e commit 62741b2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build-ffmpeg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Build and Deploy FFmpeg

on:
push:
branches:
- trunk
paths:
- '.ffmpeg/Dockerfile'
pull_request:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ on:
type: boolean
default: true
push:
branches:
- trunk
paths-ignore:
- '**.md'
- '.*'
pull_request:
paths-ignore:
- '**.md'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: 'Lock Issues'
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
- cron: '0 23 * * *'

permissions:
issues: write
Expand Down

0 comments on commit 62741b2

Please sign in to comment.