Skip to content

Commit 1591633

Browse files
committed
fix issue with trigger
1 parent cbfe624 commit 1591633

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/compile-sketch.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: Cross-compilation
22

33
on:
4-
# - push
5-
#- pull_request
4+
push:
5+
branches:
6+
- main
7+
workflow_dispatch:
68

79

810
jobs:

0 commit comments

Comments
 (0)