diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index be47abb..6182fba 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -4,6 +4,7 @@ on: push: branches: - master + - at/test tags: '*' pull_request: schedule: @@ -16,5 +17,5 @@ concurrency: jobs: build-and-deploy-docs: name: "Documentation" - uses: "SciML/.github/.github/workflows/documentation.yml@v1" + uses: "SciML/.github/.github/workflows/documentation.yml@at/test" secrets: "inherit" diff --git a/.github/workflows/FormatCheck.yml b/.github/workflows/FormatCheck.yml index c240796..8cc99f9 100644 --- a/.github/workflows/FormatCheck.yml +++ b/.github/workflows/FormatCheck.yml @@ -4,6 +4,7 @@ on: push: branches: - 'master' + - at/test tags: '*' pull_request: diff --git a/.github/workflows/Tests.yml b/.github/workflows/Tests.yml index ddeb96b..6a90d23 100644 --- a/.github/workflows/Tests.yml +++ b/.github/workflows/Tests.yml @@ -9,6 +9,7 @@ on: push: branches: - master + - at/test paths-ignore: - 'docs/**' schedule: @@ -32,7 +33,7 @@ jobs: - "ubuntu-latest" - "macos-latest" - "windows-latest" - uses: "SciML/.github/.github/workflows/tests.yml@v1" + uses: "SciML/.github/.github/workflows/tests.yml@at/test" with: julia-version: "${{ matrix.version }}" os: "${{ matrix.os }}"