mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-18 15:47:57 +01:00
fix: target workflows not triggering on pull_request_target (#12370)
This commit is contained in:
parent
5c345c9ee4
commit
645d36f465
2
.github/workflows/build-browser-target.yml
vendored
2
.github/workflows/build-browser-target.yml
vendored
@ -1,7 +1,7 @@
|
||||
name: Build Browser on PR Target
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
types: [opened, synchronize]
|
||||
branches-ignore:
|
||||
- 'l10n_master'
|
||||
|
2
.github/workflows/build-cli-target.yml
vendored
2
.github/workflows/build-cli-target.yml
vendored
@ -1,7 +1,7 @@
|
||||
name: Build CLI on PR Target
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
types: [opened, synchronize]
|
||||
branches-ignore:
|
||||
- 'l10n_master'
|
||||
|
2
.github/workflows/build-desktop-target.yml
vendored
2
.github/workflows/build-desktop-target.yml
vendored
@ -1,7 +1,7 @@
|
||||
name: Build Desktop on PR Target
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
types: [opened, synchronize]
|
||||
branches-ignore:
|
||||
- 'l10n_master'
|
||||
|
2
.github/workflows/build-web-target.yml
vendored
2
.github/workflows/build-web-target.yml
vendored
@ -1,7 +1,7 @@
|
||||
name: Build Web on PR Target
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
types: [opened, synchronize]
|
||||
branches-ignore:
|
||||
- 'l10n_master'
|
||||
|
Loading…
Reference in New Issue
Block a user