1
0
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:
Andreas Coroiu 2024-12-12 13:42:44 +01:00 committed by GitHub
parent 5c345c9ee4
commit 645d36f465
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'