fixed docker build workflow only running on the "main" branch
Some checks failed
Linter / Lint (3.11) (push) Has been cancelled
Docker Build / Build (push) Failing after 32s

This commit is contained in:
Seaswimmer 2023-11-25 04:20:28 -05:00
parent e324dac64c
commit 984ae867d3
Signed by: cswimr
GPG key ID: 1EBC234EEDA901AE

View file

@ -3,7 +3,7 @@ name: Docker Build
on:
push:
branches:
- main
- master
jobs:
Build: