Update build.yml

if success:
     do nothing
This commit is contained in:
Nautilus 2021-03-07 15:35:14 +05:30 committed by GitHub
parent 47ef1f2a82
commit cd20c6e4dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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