diff --git a/.github/workflows/SublibraryCI.yml b/.github/workflows/SublibraryCI.yml index 2101975..6cec66b 100644 --- a/.github/workflows/SublibraryCI.yml +++ b/.github/workflows/SublibraryCI.yml @@ -4,15 +4,19 @@ on: pull_request: branches: - master + paths-ignore: + - 'docs/**' push: branches: - master + paths-ignore: + - 'docs/**' concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }} jobs: - sublibrary-ci: - uses: "SciML/.github/.github/workflows/sublibrary-tests.yml@v1" + sublibraries: + uses: "SciML/.github/.github/workflows/sublibrary-project-tests.yml@v1" secrets: "inherit"