diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1f81815..81fc8dc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,17 @@ -name: Test +name: test -on: [push, pull_request] +on: + push: + tags: + - v* + branches: + - master + - main + pull_request: + +permissions: + contents: read + pull-requests: read jobs: test: