mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 06:13:38 +00:00
Fix quotes (#11902)
This commit is contained in:
2
.github/workflows/build-web.yml
vendored
2
.github/workflows/build-web.yml
vendored
@@ -298,7 +298,7 @@ jobs:
|
|||||||
|
|
||||||
trigger-web-vault-deploy:
|
trigger-web-vault-deploy:
|
||||||
name: 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
|
runs-on: ubuntu-22.04
|
||||||
needs:
|
needs:
|
||||||
- build-artifacts
|
- build-artifacts
|
||||||
|
|||||||
Reference in New Issue
Block a user