diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index eeaec46..cef7195 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -5,6 +5,9 @@ on: - main tags: '*' pull_request: + workflow_dispatch: + schedule: + - cron: '30 23 * * 0' # Runs every Sunday at 11:30 PM jobs: test: name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }} @@ -33,4 +36,4 @@ jobs: - uses: julia-actions/julia-processcoverage@v1 - uses: codecov/codecov-action@v3 with: - files: lcov.info \ No newline at end of file + files: lcov.info