Re-add that if condition

This commit is contained in:
Nautilus 2021-04-04 20:12:19 +05:30 committed by GitHub
parent 9c87853e9d
commit 11a987571c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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