Skip to content

Commit

Permalink
X: Allow workflow to run on any PR target.
Browse files Browse the repository at this point in the history
  • Loading branch information
detly committed Aug 27, 2023
1 parent e1db06b commit 018102b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/check-binary-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@
# If the size of the hello world program has changed, it posts a comment to the PR.
name: Check binary size

on:
pull_request_target:
branches:
- master
on: pull_request_target

# Both the "measure" and "report" jobs need to know this.
env:
Expand Down

0 comments on commit 018102b

Please sign in to comment.