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