Update the readme, release-branches workflow
This commit is contained in:
parent
ad963d4fe7
commit
605aa5bc43
2
.github/workflows/release-branches.yml
vendored
2
.github/workflows/release-branches.yml
vendored
|
@ -6,8 +6,6 @@ on:
|
|||
# NOTE: make sure any branches here are also valid directory names,
|
||||
# otherwise creating the directory and uploading to s3 will fail
|
||||
- "main"
|
||||
- "flakehub-cache"
|
||||
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
@ -41,6 +41,9 @@ on:
|
|||
jobs:
|
||||
check:
|
||||
runs-on: ubuntu-22.04
|
||||
permissions:
|
||||
contents: read
|
||||
id-token: write
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: DeterminateSystems/nix-installer-action@main
|
||||
|
@ -127,4 +130,3 @@ You can read the full privacy policy for [Determinate Systems][detsys], the crea
|
|||
[attic]: https://github.com/zhaofengli/attic
|
||||
[colmena]: https://github.com/zhaofengli/colmena
|
||||
[z2n]: https://zero-to-nix.com
|
||||
|
||||
|
|
Loading…
Reference in a new issue