Merge pull request #34 from jfroche/feat/build-master
feat/build master
This commit is contained in:
commit
4089613d92
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -7,10 +7,12 @@ on:
|
|||
jobs:
|
||||
images:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
tag:
|
||||
- nixos-22.11
|
||||
- nixos-unstable
|
||||
- master
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in a new issue