headplane/.github/workflows/nix.yaml
2025-03-12 15:43:15 +00:00

21 lines
404 B
YAML

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