Skip to content

Commit

Permalink
Revert "fix: target workflows not triggering on pull_request_target (#…
Browse files Browse the repository at this point in the history
…12370)"

This reverts commit 645d36f.
  • Loading branch information
trmartin4 committed Dec 12, 2024
1 parent 0df7b53 commit d7a0c67
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_target:
pull_request:
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_target:
pull_request:
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_target:
pull_request:
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_target:
pull_request:
types: [opened, synchronize]
branches-ignore:
- 'l10n_master'
Expand Down

0 comments on commit d7a0c67

Please sign in to comment.