aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-05-29 18:49:50 +0200
committerDario Nieuwenhuis <[email protected]>2023-05-29 18:49:50 +0200
commit6cb6e575920613c2aefca22c06764a098521cf5b (patch)
tree7bbcae2430f63b9a64d85fd633a9862fec78eeed
parent760a32246a7798f23761533b274e4015ca913129 (diff)
CI fixes.
-rwxr-xr-x.github/ci/rust.sh1
-rw-r--r--.github/workflows/doc.yml2
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
3on: 3on:
4 push: 4 push:
5 branches: [master] 5 branches: [main]
6 6
7env: 7env:
8 BUILDER_THREADS: '1' 8 BUILDER_THREADS: '1'