- fix branch name in a new workflow
This commit is contained in:
parent
94e7949238
commit
9962cb96a2
|
|
@ -3,7 +3,7 @@ name: Build and Publish Docker Container
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-publish:
|
build-and-publish:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue