Update cicd.yml

This commit is contained in:
botlabsDev 2020-06-25 18:38:45 +02:00 committed by GitHub
parent a1259a7e83
commit 93ace6cc56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@ jobs:
release:
runs-on: ubuntu-latest
needs: tests
if: github.event_name == 'push' && github.ref == 'master'
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v1