From b9c4c0d00244150912f763b35a8dedd9d8d7706b Mon Sep 17 00:00:00 2001 From: Nikolas Thitu Date: Mon, 2 Oct 2023 19:34:08 -0400 Subject: [PATCH] update workflow --- .github/workflows/ci-tester.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-tester.yml b/.github/workflows/ci-tester.yml index 61b64c0..1728129 100644 --- a/.github/workflows/ci-tester.yml +++ b/.github/workflows/ci-tester.yml @@ -1,8 +1,8 @@ name: CI on: push: - tags-ignore: - - '**' + branches: [ '*' ] + tags-ignore: [ '**', '*' ] concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true