fix: add branches: [master] filter on push trigger
Docker Build and Push / lint (push) Successful in 10s
Docker Build and Push / build (push) Successful in 15s
Docker Build and Push / test (push) Successful in 12s
Docker Build and Push / push (push) Successful in 23s

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