From a7e2ed7b663f833d755f07d9528f1e8e27cd8d3d Mon Sep 17 00:00:00 2001 From: forkless Date: Thu, 25 Jun 2026 11:19:37 +0200 Subject: [PATCH] switch CI and signing policy from master to main branch --- .github/workflows/release.yml | 6 +++--- docs/CODE_SIGNING_POLICY.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b49872f..bac7009 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ permissions: read-all on: push: - branches: [master] + branches: [main] tags: ['v*'] pull_request: @@ -26,14 +26,14 @@ jobs: cargo deny check advisories bans - run: cargo doc --no-deps --document-private-items --workspace - name: Upload doc artifact - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/main' uses: actions/upload-pages-artifact@v5 with: path: target/doc pages: needs: check - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/main' runs-on: ubuntu-latest permissions: contents: read diff --git a/docs/CODE_SIGNING_POLICY.md b/docs/CODE_SIGNING_POLICY.md index 802ac18..f6203d7 100644 --- a/docs/CODE_SIGNING_POLICY.md +++ b/docs/CODE_SIGNING_POLICY.md @@ -56,6 +56,6 @@ designed to respect user privacy by never sending data anywhere. > SignPath yet. This policy exists for transparency and privacy > documentation while the project prepares for certification. -Only binaries produced by the official CI runner from the `master` +Only binaries produced by the official CI runner from the `main` branch will be submitted to SignPath for signing. Manual or off-CI builds are never shipped as signed releases.