diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b18a08..23e93df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,12 @@ name: CI + on: - - push - - pull_request + push: + branches: + - master + tags: '*' + pull_request: + jobs: test: name: Test Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}