aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/push.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml
index 936dc758f..405893eda 100644
--- a/.github/workflows/push.yml
+++ b/.github/workflows/push.yml
@@ -102,12 +102,12 @@ jobs:
MSYSTEM: ${{ matrix.task.installs }}
nightly:
+ if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
needs: [ lin, win ]
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v2
- - if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
- uses: eine/tip@master
+ - uses: eine/tip@master
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag: 'nightly'