We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd409ab commit 7fa0ff5Copy full SHA for 7fa0ff5
1 file changed
.github/workflows/compare ffmpeg features.yaml
@@ -1,9 +1,7 @@
1
name: Compare FFmpeg Features
2
3
on:
4
- push:
5
- branches:
6
- - master # 或者 main,根据你的主分支名字修改
+ workflow_dispatch:
7
8
# 给 Action 赋予修改 Pages 的权限
9
permissions:
0 commit comments