From 49f5c7af70ff7956e755e07d6e1d39cf376ff913 Mon Sep 17 00:00:00 2001 From: Cesar Flores Date: Sat, 7 Mar 2026 09:31:57 +0700 Subject: [PATCH] fix: Correct push event configuration in test-and-push.yml for proper tag handling --- .github/workflows/test-and-push.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test-and-push.yml b/.github/workflows/test-and-push.yml index ad8bfa6..30ebf6f 100644 --- a/.github/workflows/test-and-push.yml +++ b/.github/workflows/test-and-push.yml @@ -1,11 +1,9 @@ name: Database Test on: - push: - tags: ["v*"] pull_request: push: - branches: [main] + tags: ["v*"] jobs: test: