diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e9ee411..d5f8ff1 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -1,7 +1,8 @@ name: CI on: - - push - - pull_request + pull_request: + push: + branches: master jobs: test: name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }} @@ -11,7 +12,8 @@ jobs: matrix: version: - '1.9' - - '1.10.0' + - '1.10' + - '1' - 'nightly' os: - ubuntu-latest