fix: add branches: [master] filter on push trigger
Docker Build and Push / lint (push) Successful in 6s
Docker Build and Push / build (push) Successful in 54s
Docker Build and Push / test (push) Successful in 25s
Docker Build and Push / push (push) Successful in 49s

This commit is contained in:
2026-06-09 10:48:51 -04:00
parent 85340adcbc
commit 6673e95f7c
+1
View File
@@ -3,6 +3,7 @@ name: Docker Build and Push
on:
pull_request:
push:
branches: [master]
schedule:
- cron: '30 3 * * 3'