Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/DocPreviewCleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
doc-preview-cleanup:
# Do not run on forks to avoid authorization errors
# Source: https://github.community/t/have-github-action-only-run-on-master-repo-and-not-on-forks/140840/18
# Source: https://github.community/t/have-github-action-only-run-on-main-repo-and-not-on-forks/140840/18
if: github.repository_owner == 'SciML'
runs-on: ubuntu-latest
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Downgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Downgrade
on:
pull_request:
branches:
- master
- main
paths-ignore:
- 'docs/**'
push:
branches:
- master
- main
paths-ignore:
- 'docs/**'
jobs:
Expand Down
Loading