diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/ci.yml similarity index 91% rename from .github/workflows/pr-validation.yml rename to .github/workflows/ci.yml index c3be0bc..7d91679 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/ci.yml @@ -1,12 +1,14 @@ -name: PR Validation +name: CI on: + push: + branches: [master] pull_request: branches: [master] types: [opened, synchronize, reopened] concurrency: - group: pr-${{ github.event.pull_request.number }} + group: ci-${{ github.ref }} cancel-in-progress: true permissions: