build self
This commit is contained in:
parent
86af523883
commit
a0cc8938b8
1 changed files with 4 additions and 3 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
@ -3,9 +3,10 @@ name: Build FFmpeg
|
|||
on:
|
||||
push: []
|
||||
repository_dispatch:
|
||||
types: [build]
|
||||
schedule:
|
||||
- cron: '0 12 * * *'
|
||||
# types: [build]
|
||||
types: [created]
|
||||
# schedule:
|
||||
# - cron: '0 12 * * *'
|
||||
|
||||
jobs:
|
||||
purge_artifacts:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue