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 f47d4bf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- at/test
tags: '*'
pull_request:
schedule:
Expand All @@ -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"
1 change: 1 addition & 0 deletions .github/workflows/FormatCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- 'master'
- at/test
tags: '*'
pull_request:

Expand Down
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 f47d4bf

Please sign in to comment.