From a553bde593eb7c7fbfa396c2f7363350cd1bf192 Mon Sep 17 00:00:00 2001 From: boronine-bot Date: Sun, 16 Aug 2026 20:35:45 +0000 Subject: [PATCH] Skip Compile and test workflow on tag pushes --- .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 b667703..74bf2c3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,8 +1,10 @@ name: Compile and test on: - - pull_request - - push + push: + branches: + - '**' + pull_request: jobs: build: