mirror of
https://github.com/esauflores/databases.git
synced 2026-03-09 06:30:34 +00:00
fix: Correct push event configuration in test-and-push.yml for proper tag handling
This commit is contained in:
4
.github/workflows/test-and-push.yml
vendored
4
.github/workflows/test-and-push.yml
vendored
@@ -1,11 +1,9 @@
|
||||
name: Database Test
|
||||
|
||||
on:
|
||||
push:
|
||||
tags: ["v*"]
|
||||
pull_request:
|
||||
push:
|
||||
branches: [main]
|
||||
tags: ["v*"]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
Reference in New Issue
Block a user