From ef5bd8d0658c30ee10478beeab60d54a15e220fd Mon Sep 17 00:00:00 2001 From: Kim T Date: Tue, 2 Dec 2025 21:06:11 -0800 Subject: [PATCH] Dedupe GitHub actions --- .github/workflows/test.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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: