1 parent b62781d commit 5e85864Copy full SHA for 5e85864
1 file changed
.github/workflows/build-nix-app.yaml
@@ -2,7 +2,7 @@ name: "build-nix-app"
2
on:
3
# Trigger the workflow on push or pull request,
4
# but only for the main branch
5
- push:
+ push:
6
branches: [ main, main-0.4 ]
7
pull_request:
8
@@ -22,10 +22,10 @@ jobs:
22
uses: ./.github/actions/extend-space
23
24
- name: Install nix
25
- uses: cachix/install-nix-action@v27
+ uses: cachix/install-nix-action@v31
26
with:
27
github_access_token: ${{ secrets.GITHUB_TOKEN }}
28
- nix_path: nixpkgs=channel:nixos-24.05
+ nix_path: nixpkgs=channel:nixos-25.05
29
30
- uses: cachix/cachix-action@v15
31
0 commit comments