Skip to content

Commit 7fcebe8

Browse files
committed
Manually trigger workflows
1 parent 8229056 commit 7fcebe8

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
workflow_dispatch:
78

89
jobs:
910
sync:

.github/workflows/gradle.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Robot CI
22

3-
on: [push]
3+
on:
4+
push:
5+
workflow_dispatch:
46

57
jobs:
68
build:

.github/workflows/public.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- public
7+
workflow_dispatch:
78

89
jobs:
910
sync:

0 commit comments

Comments
 (0)