Skip to content

Commit 11fc8a0

Browse files
committed
X: Allow workflow to run on any PR target.
1 parent 6703145 commit 11fc8a0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/check-binary-size.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
# If the size of the hello world program has changed, it posts a comment to the PR.
55
name: Check binary size
66

7-
on:
8-
pull_request_target:
9-
branches:
10-
- master
7+
on: pull_request_target
118

129
# Both the "measure" and "report" jobs need to know this.
1310
env:

0 commit comments

Comments
 (0)