fix: change branch to master in docker-publish workflow
This commit is contained in:
parent
c2771f3bb6
commit
f071830ab5
|
|
@ -2,7 +2,7 @@ name: Publish Docker Image
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "main" ]
|
branches: [ "master" ]
|
||||||
# You can also trigger this on release tags:
|
# You can also trigger this on release tags:
|
||||||
# tags: [ 'v*.*.*' ]
|
# tags: [ 'v*.*.*' ]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue