fix: Correct push event configuration in test-and-push.yml for proper tag handling

This commit is contained in:
2026-03-07 09:31:57 +07:00
parent 5e48bd5030
commit 49f5c7af70

View File

@@ -1,11 +1,9 @@
name: Database Test
on:
push:
tags: ["v*"]
pull_request:
push:
branches: [main]
tags: ["v*"]
jobs:
test: