diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2342f77..c583fd7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,11 +1,7 @@ name: Build on: - push: - branches: - - master - tags: - - "*" - pull_request: + - push + - pull_request concurrency: group: ${{ github.head_ref || github.sha }}-${{ github.workflow }} cancel-in-progress: true