Skip to content

Commit

Permalink
fix: target workflows not triggering on pull_request_target (#12370)
Browse files Browse the repository at this point in the history
  • Loading branch information
coroiu authored Dec 12, 2024
1 parent 5c345c9 commit 645d36f
Show file tree
Hide file tree
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'
Expand Down
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'
Expand Down
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'
Expand Down
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'
Expand Down

0 comments on commit 645d36f

Please sign in to comment.