ci: deploy from all branches

This commit is contained in:
goaaats 2022-04-11 19:59:44 +02:00
parent c2bce23fc3
commit 99f007a92f
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B

View file

@ -36,7 +36,7 @@ jobs:
deploy_stg:
name: Deploy dalamud-distrib staging
if: ${{ github.ref == 'refs/heads/master' && github.event_name == 'push' }}
if: ${{ github.event_name == 'push' }}
needs: build
runs-on: windows-latest
steps: