Skip to content

Commit 300c7d7

Browse files
authored
Update pxt-buildpush.yml
1 parent f79e56d commit 300c7d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pxt-buildpush.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- '**' # Run workflow when any branch is updated
77
tags:
88
- '*' # Run workflow when any new tag is pushed
9+
pull_request:
10+
branches:
11+
- '**' # Run workflow for pull requests targeting any branch
912

1013
permissions:
1114
contents: write

0 commit comments

Comments
 (0)