Skip to content

Commit 1b96968

Browse files
committed
docs : Add workflow_dispatch in docker CI
1 parent bfeeaa6 commit 1b96968

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-CI.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ on:
77
pull_request:
88
branches:
99
- main
10-
10+
workflow_dispatch:
11+
1112
jobs:
1213
build:
1314
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)