Limit CI to stable

This commit is contained in:
FliegendeWurst 2022-05-25 21:37:13 +02:00
parent cf19362cb6
commit c52e248c2e

View File

@ -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: