1
0
Fork 0
mirror of https://github.com/daylinmorgan/oizys.git synced 2025-01-10 07:07:33 -06:00
oizys/.github/workflows/push.yml
2024-08-07 12:58:59 -05: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