From d32fa34618e1af8d47e8d462732685353ac7be27 Mon Sep 17 00:00:00 2001 From: umarcor Date: Thu, 21 May 2020 00:12:27 +0200 Subject: ci: fix format of github.ref --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/push.yml') 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 }} -- cgit v1.2.3