feat: nix: setup Nix CI
This commit is contained in:
parent
4e886c1a5b
commit
e958813ccb
20
.github/workflows/nix.yaml
vendored
Normal file
20
.github/workflows/nix.yaml
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
on:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- nix
|
||||
tags:
|
||||
- v?[0-9]+.[0-9]+.[0-9]+*
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
nix-ci:
|
||||
uses: DeterminateSystems/ci/.github/workflows/workflow.yml@main
|
||||
permissions:
|
||||
id-token: write
|
||||
contents: read
|
||||
Loading…
Reference in New Issue
Block a user