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