diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 5e2f13f..f68eb4f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -1,11 +1,5 @@ name: CI -on: - push: - branches: - - main - tags: ['*'] - pull_request: - workflow_dispatch: +on: push concurrency: # Skip intermediate builds: always. # Cancel intermediate builds: only if it is a pull request build.