Skip to content

Commit

Permalink
fix: target workflows not triggering on pull_request_target (bitwarde…
Browse files Browse the repository at this point in the history
coroiu authored Dec 12, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 5c345c9 commit 645d36f
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-browser-target.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build Browser on PR Target

on:
pull_request:
pull_request_target:
types: [opened, synchronize]
branches-ignore:
- 'l10n_master'
2 changes: 1 addition & 1 deletion .github/workflows/build-cli-target.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build CLI on PR Target

on:
pull_request:
pull_request_target:
types: [opened, synchronize]
branches-ignore:
- 'l10n_master'
2 changes: 1 addition & 1 deletion .github/workflows/build-desktop-target.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build Desktop on PR Target

on:
pull_request:
pull_request_target:
types: [opened, synchronize]
branches-ignore:
- 'l10n_master'
2 changes: 1 addition & 1 deletion .github/workflows/build-web-target.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build Web on PR Target

on:
pull_request:
pull_request_target:
types: [opened, synchronize]
branches-ignore:
- 'l10n_master'

0 comments on commit 645d36f

Please sign in to comment.