diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59fa866165..79dba640ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,10 +3,13 @@ on: push: branches: - "**" + - "!main" pull_request: branches: - "**" - types: [opened, synchronize] + types: [opened, synchronize, closed] + + workflow_dispatch: concurrency: group: build-${{ github.event.pull_request.number || github.ref }}