We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbfe624 commit 1591633Copy full SHA for 1591633
1 file changed
.github/workflows/compile-sketch.yml
@@ -1,8 +1,10 @@
1
name: Cross-compilation
2
3
on:
4
- # - push
5
- #- pull_request
+ push:
+ branches:
6
+ - main
7
+ workflow_dispatch:
8
9
10
jobs:
0 commit comments