We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8229056 commit 7fcebe8Copy full SHA for 7fcebe8
3 files changed
.github/workflows/docs.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches:
6
- main
7
+ workflow_dispatch:
8
9
jobs:
10
sync:
.github/workflows/gradle.yml
@@ -1,6 +1,8 @@
1
name: Robot CI
2
3
-on: [push]
+on:
+ push:
build:
.github/workflows/public.yml
- public
0 commit comments