diff --git a/.github/workflows/ci-gh.yml b/.github/workflows/ci-gh.yml index fbeeb6a1..562c5526 100644 --- a/.github/workflows/ci-gh.yml +++ b/.github/workflows/ci-gh.yml @@ -4,10 +4,7 @@ concurrency: group: ${{ startsWith(github.ref_name, 'main') && format('unique-{0}', github.run_id) || format('ci-build-and-test-on-{0}-from-{1}', github.event_name, github.ref_name) }} cancel-in-progress: true -on: - push: - branches: - - "*" +on: [push] jobs: build-and-test: