Expand deploy-image.yml triggers to include develop and feature/* branches.
Build and Push Docker Image / build-and-push (push) Successful in 1m3s
Build and Push Docker Image / build-and-push (push) Successful in 1m3s
This commit is contained in:
@@ -4,6 +4,9 @@ on:
|
|||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- 'v*'
|
- 'v*'
|
||||||
|
branches:
|
||||||
|
- develop
|
||||||
|
- 'feature/*'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Reference in New Issue
Block a user