ci: deploy from all branches

This commit is contained in:
goaaats 2022-04-11 19:59:44 +02:00 committed by GitHub
parent ca3dea5aa2
commit 5cd06948c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: