Skip to content

Commit 23b233c

Browse files
committed
Allow compile to run on pull request.
1 parent 7594515 commit 23b233c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/compile-sketch.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ on:
44
push:
55
branches:
66
- main
7-
#- pull_request
7+
pull_request:
8+
branches:
9+
- main
10+
workflow_dispatch:
811

912

1013
jobs:
@@ -108,4 +111,3 @@ jobs:
108111

109112
# outputs:
110113
# report-artifact-name: ${{ steps.report-artifact-name.outputs.report-artifact-name }}
111-

0 commit comments

Comments
 (0)