docker workflow: fix branch name
This commit is contained in:
parent
017fc9cd32
commit
5fda19abad
|
@ -2,7 +2,7 @@ name: Update docker image
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in New Issue