mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
fix: target workflows not triggering on pull_request_target (#12370)
This commit is contained in:
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'
|
||||
|
||||
Reference in New Issue
Block a user