diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 29452f3..7a83481 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -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