diff options
-rw-r--r-- | .github/workflows/push.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index f415fa882..5f5f68c24 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -104,7 +104,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/download-artifact@v2 - - if: github.ref == 'ref/head/master' && github.event_name != 'pull_request' + - if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' uses: eine/tip@master with: token: ${{ secrets.GITHUB_TOKEN }} |