1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 21:33:27 +00:00

Fix quotes (#11902)

This commit is contained in:
Vince Grassia
2024-11-07 14:42:10 -05:00
committed by GitHub
parent 668ede2dfb
commit 771bfdaccd

View File

@@ -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