fixed docker build workflow only running on the "main" branch
This commit is contained in:
parent
e324dac64c
commit
984ae867d3
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ name: Docker Build
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
|
||||
jobs:
|
||||
Build:
|
||||
|
|
Loading…
Reference in a new issue