Skip to content

Commit

Permalink
ffmpeg - add workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
valord577 committed Dec 23, 2024
1 parent 291b115 commit 65b48b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ffmpeg.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: ffmpeg
on:
workflow_dispatch:
push:
branches:
- main
Expand Down Expand Up @@ -29,7 +30,6 @@ on:

jobs:
build:
# if: ${{ false }}
secrets: inherit
uses: ./.github/workflows/_matrix.yml
with:
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
/out/
/lib/

/toolchain/
/toolchain
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
url = https://github.com/libsdl-org/SDL.git
[submodule "deps/llvm"]
path = deps/llvm
url = http://mirrors.bfsu.edu.cn/git/llvm-project.git
url = https://github.com/llvm/llvm-project.git
[submodule "deps/zlib-ng"]
path = deps/zlib-ng
url = https://github.com/zlib-ng/zlib-ng.git

0 comments on commit 65b48b1

Please sign in to comment.