Skip to content

Commit b687bf3

Browse files
authored
Add workflow_dispatch trigger [ci] (#10498)
1 parent 4d3d164 commit b687bf3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/checks.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
branches:
1010
- main
1111
- "maintenance/**"
12+
workflow_dispatch:
1213

1314
env:
1415
CACHE_VERSION: 3

.github/workflows/tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
branches:
1212
- main
1313
- "maintenance/**"
14+
workflow_dispatch:
1415

1516
env:
1617
CACHE_VERSION: 5

0 commit comments

Comments
 (0)