chore: run deployment to dev on merge to main
This commit is contained in:
parent
8cf5ab7208
commit
a09f7991e2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cd.yaml
vendored
2
.github/workflows/cd.yaml
vendored
|
|
@ -3,7 +3,7 @@ name: publish dev | Docker image
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- dev
|
- main
|
||||||
- feature/*
|
- feature/*
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**.md'
|
- '**.md'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue