1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 05:43:41 +00: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

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