diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 252d7dc..6c61520 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -45,8 +45,12 @@ name: CI on: - - push - - pull_request + push: + branches: + - main + tags: ['*'] + pull_request: + workflow_dispatch: jobs: test: # Job to run test suite name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}