oizys/.github/workflows/push.yml

19 lines
297 B
YAML
Raw Normal View History

2024-05-23 13:27:08 -05:00
name: Build NixOS
on:
push:
2024-06-12 12:52:33 -05:00
paths-ignore:
- '**/*.md'
2024-05-23 13:27:08 -05:00
pull_request:
branches:
- main
2024-06-18 11:14:15 -05:00
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ inputs.host }}
cancel-in-progress: true
2024-05-23 13:27:08 -05:00
jobs:
build:
uses: ./.github/workflows/build.yml
secrets: inherit