Skip to content

Commit 1eec87d

Browse files
authored
Merge pull request #1 from sparkfun/main
Update compile-sketch.yml - add Action workflow_dispatch
2 parents 629ec6b + 7db6ecb commit 1eec87d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/compile-sketch.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: Compile Sketch
22

33
on:
4-
# - push
5-
- pull_request
6-
4+
# push:
5+
6+
pull_request:
7+
8+
workflow_dispatch:
79

810
jobs:
911
compile-sketch:

0 commit comments

Comments
 (0)