Skip to content

Commit f97740a

Browse files
committed
Make ffmpeg build workflow execute when script changes
1 parent 59af4b7 commit f97740a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/build_ffmpeg.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
name: Build non-GPL FFmpeg from source
1111

1212
on:
13-
workflow_dispatch:
13+
pull_request:
14+
paths:
15+
- packaging/build_ffmpeg.sh
1416
schedule:
1517
- cron: '0 0 * * 0' # on sunday
1618

packaging/build_ffmpeg.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
#
1818
# The resulting FFmpeg libraries should not be shipped either.
1919

20+
# Trivial change to trigger CI.
21+
2022
set -eux
2123

2224
prefix="${FFMPEG_ROOT}"

0 commit comments

Comments
 (0)