Skip to content

Commit

Permalink
test if workflow runs
Browse files Browse the repository at this point in the history
  • Loading branch information
thazhemadam committed Oct 24, 2024
1 parent b8c1567 commit 5c7eace
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
push:
branches:
- master
- at/test
paths-ignore:
- 'docs/**'
schedule:
Expand All @@ -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 }}"
Expand Down

0 comments on commit 5c7eace

Please sign in to comment.