We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c65e089 commit c9b5d31Copy full SHA for c9b5d31
1 file changed
.github/workflows/build.yml
@@ -1,8 +1,9 @@
1
-name: build
+name: build_mpy
2
on:
3
- repository_dispatch:
4
- types: [on-demand]
5
- push
+ - push
+ - workflow_dispatch
+ - repository_dispatch
6
+
7
jobs:
8
build:
9
runs-on: ubuntu-latest
0 commit comments