Only publish release on Schedule

This commit is contained in:
BtbN 2020-09-04 16:19:36 +02:00
parent 6f9cc90be4
commit 1586c0a789

View file

@ -90,6 +90,7 @@ jobs:
path: artifacts/*
publish_release:
name: Publish release
if: github.event_name == 'schedule'
needs: build_ffmpeg
runs-on: ubuntu-latest
steps: