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

This commit is contained in:
2026-07-02 10:07:34 -05:00
parent 095c93d565
commit 6a4f86c5b8
+1 -1
View File
@@ -2,7 +2,7 @@ name: Build and Push Docker Image
on: on:
push: push:
branches: [master] branches: [main]
workflow_dispatch: workflow_dispatch:
jobs: jobs: