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 diff --git a/README.md b/README.md index 2498485..b661fe9 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@