Triggering build and deploy on every branch
This commit is contained in:
parent
b5901b253a
commit
b0c347b41b
1 changed files with 1 additions and 6 deletions
7
.github/workflows/build-and-deploy.yml
vendored
7
.github/workflows/build-and-deploy.yml
vendored
|
@ -1,12 +1,7 @@
|
|||
name: Build, push and deploy Docker image
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- cd
|
||||
# tags:
|
||||
# - '*'
|
||||
- push
|
||||
|
||||
# Enables BuildKit
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue