From 62dc5ba810cbeec4aefbd1807bc4d6c9e973c7dd Mon Sep 17 00:00:00 2001 From: Tom Beynon Date: Mon, 26 Jun 2023 15:45:45 +0100 Subject: [PATCH] Stop running tests on tag --- .github/workflows/test.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d947656e6..24216119c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,5 +1,9 @@ name: test -on: [push, pull_request] +on: + push: + branches: + - '**' + pull_request: concurrency: group: ${{ github.workflow }}-${{ github.ref }}