oizys/.github/workflows/push.yml
2024-08-07 12:58:59 -05:00

21 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