don't run nightly on branches

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7249 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2021-01-15 16:51:27 +00:00
parent a2b417c0a0
commit 3e58c76935

View file

@ -70,6 +70,7 @@ jobs:
if: matrix.nightly == 'nightly' && github.ref == 'refs/heads/master'
nightly:
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-20.04
needs: [build]
steps: