adding a workflow_dispatch option for the build.yaml
All checks were successful
Docker Build / Build and Push Images (push) Successful in 5m39s
All checks were successful
Docker Build / Build and Push Images (push) Successful in 5m39s
This commit is contained in:
parent
e9a751ac60
commit
e498f090d4
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
manual:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Build and Push Images:
|
Build and Push Images:
|
||||||
|
|
Loading…
Reference in a new issue