diff options
| -rwxr-xr-x | .github/ci/rust.sh | 1 | ||||
| -rw-r--r-- | .github/workflows/doc.yml | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/.github/ci/rust.sh b/.github/ci/rust.sh index af7f336c1..db1fc8538 100755 --- a/.github/ci/rust.sh +++ b/.github/ci/rust.sh | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | #!/bin/bash | 1 | #!/bin/bash |
| 2 | ## on push branch=main | ||
| 3 | ## on push branch~=gh-readonly-queue/main/.* | 2 | ## on push branch~=gh-readonly-queue/main/.* |
| 4 | ## on pull_request | 3 | ## on pull_request |
| 5 | 4 | ||
diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index b4e225e64..a69a49718 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml | |||
| @@ -2,7 +2,7 @@ name: Docs | |||
| 2 | 2 | ||
| 3 | on: | 3 | on: |
| 4 | push: | 4 | push: |
| 5 | branches: [master] | 5 | branches: [main] |
| 6 | 6 | ||
| 7 | env: | 7 | env: |
| 8 | BUILDER_THREADS: '1' | 8 | BUILDER_THREADS: '1' |
