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