Remove 'main' and 'master' branch triggers from Docker workflow configuration to streamline push conditions for version tags only.
All checks were successful
Safety / security (push) Successful in 21s
renovate / renovate (push) Successful in 28s

This commit is contained in:
2025-12-27 13:21:28 -06:00
parent 954f6ecd36
commit d0a484f692

View File

@@ -3,7 +3,6 @@ name: Build and Publish Docker Image
on:
workflow_dispatch:
push:
branches: [ main, master ]
tags: [ 'v*' ]
pull_request:
branches: [ main, master ]