We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59af4b7 commit f97740aCopy full SHA for f97740a
.github/workflows/build_ffmpeg.yaml
@@ -10,7 +10,9 @@
10
name: Build non-GPL FFmpeg from source
11
12
on:
13
- workflow_dispatch:
+ pull_request:
14
+ paths:
15
+ - packaging/build_ffmpeg.sh
16
schedule:
17
- cron: '0 0 * * 0' # on sunday
18
packaging/build_ffmpeg.sh
@@ -17,6 +17,8 @@
#
# The resulting FFmpeg libraries should not be shipped either.
19
20
+# Trivial change to trigger CI.
21
+
22
set -eux
23
24
prefix="${FFMPEG_ROOT}"
0 commit comments