fix: add branches: [master] filter on push trigger
Docker Build and Push / lint (push) Failing after 11m53s
Docker Build and Push / build (push) Has been skipped
Docker Build and Push / test (push) Has been skipped
Docker Build and Push / push (push) Has been skipped

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