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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Build:
|
Build:
|
||||||
|
|
Loading…
Reference in a new issue