mirror of
https://github.com/forkless/NotAlterra.git
synced 2026-08-16 08:36:37 +02:00
switch CI and signing policy from master to main branch
This commit is contained in:
@@ -7,7 +7,7 @@ permissions: read-all
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [master]
|
branches: [main]
|
||||||
tags: ['v*']
|
tags: ['v*']
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
@@ -26,14 +26,14 @@ jobs:
|
|||||||
cargo deny check advisories bans
|
cargo deny check advisories bans
|
||||||
- run: cargo doc --no-deps --document-private-items --workspace
|
- run: cargo doc --no-deps --document-private-items --workspace
|
||||||
- name: Upload doc artifact
|
- name: Upload doc artifact
|
||||||
if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/main'
|
||||||
uses: actions/upload-pages-artifact@v5
|
uses: actions/upload-pages-artifact@v5
|
||||||
with:
|
with:
|
||||||
path: target/doc
|
path: target/doc
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
needs: check
|
needs: check
|
||||||
if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/main'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|||||||
@@ -56,6 +56,6 @@ designed to respect user privacy by never sending data anywhere.
|
|||||||
> SignPath yet. This policy exists for transparency and privacy
|
> SignPath yet. This policy exists for transparency and privacy
|
||||||
> documentation while the project prepares for certification.
|
> 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
|
branch will be submitted to SignPath for signing. Manual or off-CI
|
||||||
builds are never shipped as signed releases.
|
builds are never shipped as signed releases.
|
||||||
|
|||||||
Reference in New Issue
Block a user