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:
parent
ef0fd60676
commit
668ede2dfb
2
.github/workflows/build-web.yml
vendored
2
.github/workflows/build-web.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user