mirror of
https://github.com/dwinkler1/np.git
synced 2026-02-19 22:40:57 -05:00
Update CI
This commit is contained in:
parent
2e8a70ce5f
commit
cdbaf520a4
3 changed files with 9 additions and 9 deletions
4
.github/workflows/check_macos.yml
vendored
4
.github/workflows/check_macos.yml
vendored
|
|
@ -3,7 +3,7 @@ on:
|
|||
workflow_dispatch: # allows manual triggering
|
||||
push:
|
||||
branches:
|
||||
- 'update_n'
|
||||
- 'update_rde'
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
|
@ -19,4 +19,4 @@ jobs:
|
|||
with:
|
||||
github_access_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@main
|
||||
- run: nix build ./templates/n
|
||||
- run: nix build ./templates/rde
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue