Fix docker-build.yml push trigger branch to match default branch
Build and Push Docker Image / build (push) Successful in 3m18s

This commit is contained in:
2026-07-02 10:07:36 -05:00
parent 92f62276ac
commit 8b34efb55e
+1 -1
View File
@@ -2,7 +2,7 @@ name: Build and Push Docker Image
on:
push:
branches: [master]
branches: [main]
workflow_dispatch:
jobs: