mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-21 16:18:28 +01:00
Fix quotes (#11902)
This commit is contained in:
parent
668ede2dfb
commit
771bfdaccd
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.event_name != pull_request_target && 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