mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 05:43:41 +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
|
name: Build Browser on PR Target
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request_target:
|
||||||
types: [opened, synchronize]
|
types: [opened, synchronize]
|
||||||
branches-ignore:
|
branches-ignore:
|
||||||
- 'l10n_master'
|
- '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
|
name: Build CLI on PR Target
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request_target:
|
||||||
types: [opened, synchronize]
|
types: [opened, synchronize]
|
||||||
branches-ignore:
|
branches-ignore:
|
||||||
- 'l10n_master'
|
- '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
|
name: Build Desktop on PR Target
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request_target:
|
||||||
types: [opened, synchronize]
|
types: [opened, synchronize]
|
||||||
branches-ignore:
|
branches-ignore:
|
||||||
- 'l10n_master'
|
- '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
|
name: Build Web on PR Target
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request_target:
|
||||||
types: [opened, synchronize]
|
types: [opened, synchronize]
|
||||||
branches-ignore:
|
branches-ignore:
|
||||||
- 'l10n_master'
|
- 'l10n_master'
|
||||||
|
|||||||
Reference in New Issue
Block a user