Skip to content

Commit

Permalink
Make ffmpeg build workflow execute when script changes
Browse files Browse the repository at this point in the history
  • Loading branch information
scotts committed Oct 28, 2024
1 parent 59af4b7 commit f97740a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_ffmpeg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
name: Build non-GPL FFmpeg from source

on:
workflow_dispatch:
pull_request:
paths:
- packaging/build_ffmpeg.sh
schedule:
- cron: '0 0 * * 0' # on sunday

Expand Down
2 changes: 2 additions & 0 deletions packaging/build_ffmpeg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
#
# The resulting FFmpeg libraries should not be shipped either.

# Trivial change to trigger CI.

set -eux

prefix="${FFMPEG_ROOT}"
Expand Down

0 comments on commit f97740a

Please sign in to comment.