Skip to content

Commit d02b90e

Browse files
FlyGoatkeith-packard
authored andcommitted
.github: Add workflow_dispatch trigger for CI jobs
Allow users to trigger CI run manually in their own tree without touching master branch. Signed-off-by: Jiaxun Yang <[email protected]>
1 parent 8b7c7c8 commit d02b90e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
pull_request:
88
branches:
99
- main
10+
workflow_dispatch:
1011

1112
# When a PR is updated, cancel the jobs from the previous version. Merges
1213
# do not define head_ref, so use run_id to never cancel those jobs.

.github/workflows/zephyr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
pull_request:
88
branches:
99
- main
10+
workflow_dispatch:
1011

1112
# When a PR is updated, cancel the jobs from the previous version. Merges
1213
# do not define head_ref, so use run_id to never cancel those jobs.

0 commit comments

Comments
 (0)