Update branch name
This commit is contained in:
parent
d009ab919e
commit
cea2db5483
4
.github/workflows/docker-image.yml
vendored
4
.github/workflows/docker-image.yml
vendored
|
@ -4,11 +4,11 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
- develop
|
||||
- dev
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- develop
|
||||
- dev
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
4
.github/workflows/docker-publish.yml
vendored
4
.github/workflows/docker-publish.yml
vendored
|
@ -9,11 +9,11 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
- develop
|
||||
- dev
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- develop
|
||||
- dev
|
||||
|
||||
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue