Remove branch restriction from CD workflow trigger
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 10s
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 10s
This commit is contained in:
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
@@ -10,8 +10,6 @@ on:
|
|||||||
workflows: ["CI - Build and Push"]
|
workflows: ["CI - Build and Push"]
|
||||||
types:
|
types:
|
||||||
- completed
|
- completed
|
||||||
branches:
|
|
||||||
- dev
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
image_tag:
|
image_tag:
|
||||||
|
|||||||
Reference in New Issue
Block a user