diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8bd142e..a623d70 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,18 @@ name: CI on: - - push - - pull_request + pull_request: + branches: + - master + push: + tags: + - '*' + branches: + - master + +concurrency: + group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} + cancel-in-progress: true + jobs: test: name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}