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"]
|
||||
types:
|
||||
- completed
|
||||
branches:
|
||||
- dev
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
image_tag:
|
||||
|
||||
Reference in New Issue
Block a user