fix branch name in action
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 2m33s

This commit is contained in:
2025-09-03 13:44:45 -04:00
parent e667bd2c3d
commit c075fec647

View File

@@ -3,7 +3,7 @@ name: Build and Push Docker Image
on:
push:
branches:
- master # Trigger on push to the main branch; adjust as needed
- main # Trigger on push to the main branch; adjust as needed
jobs:
build-and-push: