oizys/.github/workflows/push.yml
2025-01-13 14:38:22 -06:00

20 lines
339 B
YAML

name: Build NixOS
on:
# push:
# paths-ignore:
# - '**/*.md'
pull_request:
paths-ignore:
- "**/*.md"
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ inputs.host }}
cancel-in-progress: true
jobs:
build:
uses: ./.github/workflows/build.yml
secrets: inherit