1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-24 12:06:15 +01:00

Add event_name check to Deploy Web trigger job (#11901)

This commit is contained in:
Vince Grassia 2024-11-07 14:38:05 -05:00 committed by GitHub
parent ef0fd60676
commit 668ede2dfb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -298,7 +298,7 @@ jobs:
trigger-web-vault-deploy:
name: Trigger web vault deploy
if: github.ref == 'refs/heads/main'
if: github.event_name != pull_request_target && github.ref == 'refs/heads/main'
runs-on: ubuntu-22.04
needs:
- build-artifacts