diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e4cb67ce1..4e19b932c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,11 +4,10 @@ name: Build swift on: - push: - branches-ignore: - - stable/** - - nobuild/** pull_request: + push: + branches: + - main concurrency: group: ${{ github.ref }}