diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae4146b..3deaec3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,14 +4,11 @@ on: push: branches: - master - - main - pull_request: - + tags: '*' # needed to allow julia-actions/cache to delete old caches that it has created permissions: actions: write contents: read - jobs: test: runs-on: ${{ matrix.os }}