mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
Updated workflows to correctly trigger on pull_request_target (#14115)
This commit is contained in:
2
.github/workflows/build-browser-target.yml
vendored
2
.github/workflows/build-browser-target.yml
vendored
@@ -7,7 +7,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
@@ -7,7 +7,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
@@ -8,7 +8,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
@@ -7,7 +7,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