We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8bb5a4 commit a9cb5d1Copy full SHA for a9cb5d1
1 file changed
.github/workflows/build-avif-binaries.yml
@@ -1,6 +1,9 @@
1
name: Build AVIF binaries
2
3
on:
4
+ push:
5
+ # any branch
6
+ branches: [ "*" ]
7
workflow_dispatch: # Allows manual triggering
8
9
jobs:
0 commit comments