Skip to content

Commit 5c7eace

Browse files
committed
test if workflow runs
1 parent b8c1567 commit 5c7eace

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/Tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
push:
1010
branches:
1111
- master
12+
- at/test
1213
paths-ignore:
1314
- 'docs/**'
1415
schedule:
@@ -32,7 +33,7 @@ jobs:
3233
- "ubuntu-latest"
3334
- "macos-latest"
3435
- "windows-latest"
35-
uses: "SciML/.github/.github/workflows/tests.yml@v1"
36+
uses: "SciML/.github/.github/workflows/tests.yml@at/test"
3637
with:
3738
julia-version: "${{ matrix.version }}"
3839
os: "${{ matrix.os }}"

0 commit comments

Comments
 (0)