From 1bcdb1726e90c975a7f315154ef41fdeb196eadc Mon Sep 17 00:00:00 2001 From: BtbN Date: Mon, 7 Sep 2020 02:38:49 +0200 Subject: [PATCH] React to repo dispatch --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 159da84..cdffb26 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,6 +2,8 @@ name: Build FFmpeg on: push: [] + repository_dispatch: + types: [build] schedule: - cron: '0 12 * * *' @@ -93,7 +95,7 @@ jobs: path: artifacts/* publish_release: name: Publish release - if: github.event_name == 'schedule' + if: github.event_name != 'push' needs: build_ffmpeg runs-on: ubuntu-latest steps: