Removed unnecessary branch name in Actions workflow.

This commit is contained in:
Shaun Setlock
2025-05-03 16:56:42 -04:00
parent 5add7af8b0
commit b82db31e2c

View File

@@ -4,7 +4,6 @@ name: Build and Push Docker Image
on: on:
push: push:
branches: branches:
- main
- master - master
tags: tags:
- "v*" # triggers when you push a tag like v1.0.0 - "v*" # triggers when you push a tag like v1.0.0