Skip to content

Commit bd1cc74

Browse files
committed
Allow option to dispatch CI manually
1 parent 1b0054c commit bd1cc74

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/compilation.yml

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
pull_request:
66
repository_dispatch:
77
types: [run_build, run_release]
8+
workflow_dispatch: {}
89

910
jobs:
1011
build:

.github/workflows/docker.yml

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- main
77
tags:
88
- v*
9+
workflow_dispatch: {}
910

1011
jobs:
1112
build:

0 commit comments

Comments
 (0)