diff --git a/.gitea/workflows/tests.yml b/.gitea/workflows/tests.yml index 8bfb6d4..36cb51b 100644 --- a/.gitea/workflows/tests.yml +++ b/.gitea/workflows/tests.yml @@ -1,12 +1,12 @@ name: Tests on: - - push: + push: branches: - - "**" + - main tags-ignore: - - "**" - - pull_request + - v* + pull_request: jobs: test: