mirror of
https://github.com/FliegendeWurst/nur-packages.git
synced 2024-11-09 10:50:39 +00:00
Limit CI to stable
This commit is contained in:
parent
cf19362cb6
commit
c52e248c2e
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -3,7 +3,6 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
|
||||||
- master
|
- master
|
||||||
schedule:
|
schedule:
|
||||||
# rebuild everyday at 4:55
|
# rebuild everyday at 4:55
|
||||||
@ -34,8 +33,8 @@ jobs:
|
|||||||
#cachixName:
|
#cachixName:
|
||||||
# - <YOUR_CACHIX_NAME>
|
# - <YOUR_CACHIX_NAME>
|
||||||
nixPath:
|
nixPath:
|
||||||
- nixpkgs=channel:nixos-unstable
|
# - nixpkgs=channel:nixos-unstable
|
||||||
- nixpkgs=channel:nixpkgs-unstable
|
# - nixpkgs=channel:nixpkgs-unstable
|
||||||
- nixpkgs=channel:nixos-21.11
|
- nixpkgs=channel:nixos-21.11
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user