1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-12 14:34:02 +00:00

fix: target workflows not triggering on pull_request_target (#12370)

(cherry picked from commit 645d36f465)
This commit is contained in:
Andreas Coroiu
2024-12-12 13:42:44 +01:00
committed by Andreas Coroiu
parent 8740bdaa95
commit 804652e478
4 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
name: Build Browser on PR Target
on:
pull_request:
pull_request_target:
types: [opened, synchronize]
branches-ignore:
- 'l10n_master'

View File

@@ -1,7 +1,7 @@
name: Build CLI on PR Target
on:
pull_request:
pull_request_target:
types: [opened, synchronize]
branches-ignore:
- 'l10n_master'

View File

@@ -1,7 +1,7 @@
name: Build Desktop on PR Target
on:
pull_request:
pull_request_target:
types: [opened, synchronize]
branches-ignore:
- 'l10n_master'

View File

@@ -1,7 +1,7 @@
name: Build Web on PR Target
on:
pull_request:
pull_request_target:
types: [opened, synchronize]
branches-ignore:
- 'l10n_master'