diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ed3aedd..7215952 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,11 +2,13 @@ name: Test on: push: - pull_request: + branches-ignore: + - main + tags-ignore: + - 'v*' jobs: test_code: - if: github.event_name == 'push' && github.event.pull_request == null || github.event_name == 'pull_request' name: Test code runs-on: ${{ matrix.os }} strategy: