fix: add branches: [main] filter on push trigger
Docker Build and Push / lint (push) Successful in 9s
Docker Build and Push / build (push) Successful in 32s
Docker Build and Push / test (push) Successful in 17s
Docker Build and Push / push (push) Successful in 25s

This commit is contained in:
2026-06-09 10:48:23 -04:00
parent a66dc2659d
commit 79c1416dc1
+1
View File
@@ -3,6 +3,7 @@ name: Docker Build and Push
on: on:
pull_request: pull_request:
push: push:
branches: [main]
schedule: schedule:
- cron: '30 3 * * 3' - cron: '30 3 * * 3'