diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 85da275..c79c3b3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,8 +1,17 @@ name: Build and Test -on: [push, pull_request] +on: + push: + branches: + - "**" + tags-ignore: + - "**" + pull_request: + branches: + - "**" jobs: build: + concurrency: ci-${{ github.ref }} runs-on: ubuntu-latest steps: - uses: actions/checkout@v3