docker workflow: fix branch name

This commit is contained in:
hrj 2021-04-01 12:30:28 +05:30
parent 017fc9cd32
commit 5fda19abad
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ name: Update docker image
on:
push:
branches: [ main ]
branches: [ master ]
jobs:
build: