Skip to content

ci: add Nix build

ci: add Nix build #9

Workflow file for this run

---
name: Packaging
on:
push:
tags:
- '**'
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
workflow_call:
workflow_dispatch:
jobs:
packaging:
if: github.event_name != 'pull_request' || github.event.pull_request.draft == false
uses: ./.github/workflows/packaging.yml
secrets: inherit
with:
toolchain: stable