Simplifying triggers in Actions workflow.
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 1m53s

This commit is contained in:
Shaun Setlock
2025-05-03 17:08:44 -04:00
parent 0635cad22e
commit 30ed4f77f6

View File

@@ -5,10 +5,10 @@ on:
push:
branches:
- master
tags:
- "v*" # triggers when you push a tag like v1.0.0
paths:
- "**/Dockerfile"
# tags:
# - "v*" # triggers when you push a tag like v1.0.0
# paths:
# - "**/Dockerfile"
workflow_dispatch: # manual run button