Skip to content

Commit 62741b2

Browse files
committed
[ci] Update workflow trigger events
Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent 822101e commit 62741b2

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/workflows/build-ffmpeg.yml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Build and Deploy FFmpeg
22

33
on:
44
push:
5+
branches:
6+
- trunk
57
paths:
68
- '.ffmpeg/Dockerfile'
79
pull_request:

.github/workflows/build-test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,11 @@ on:
1616
type: boolean
1717
default: true
1818
push:
19+
branches:
20+
- trunk
1921
paths-ignore:
2022
- '**.md'
23+
- '.*'
2124
pull_request:
2225
paths-ignore:
2326
- '**.md'

.github/workflows/lock.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: 'Lock Issues'
44
on:
55
workflow_dispatch:
66
schedule:
7-
- cron: '0 0 * * *'
7+
- cron: '0 23 * * *'
88

99
permissions:
1010
issues: write

0 commit comments

Comments
 (0)