fix: add branches: [master] filter on push trigger
Docker Build and Push / lint (push) Successful in 7s
Docker Build and Push / build (push) Successful in 40s
Docker Build and Push / test (push) Successful in 16s
Docker Build and Push / push (push) Successful in 33s

This commit is contained in:
2026-06-09 10:47:55 -04:00
parent aebc5af22b
commit 9a9b2a2efd
+1
View File
@@ -3,6 +3,7 @@ name: Docker Build and Push
on:
pull_request:
push:
branches: [master]
schedule:
- cron: '30 3 * * 3'