fix: run cachix nix action for all branches (#2624)
This commit is contained in:
parent
646a604221
commit
bab399f825
1 changed files with 3 additions and 4 deletions
7
.github/workflows/nix.yml
vendored
7
.github/workflows/nix.yml
vendored
|
|
@ -28,11 +28,10 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: cachix/install-nix-action@v24
|
- uses: cachix/install-nix-action@v27
|
||||||
with:
|
with:
|
||||||
nix_path: nixpkgs=channel:nixos-23.11
|
nix_path: nixpkgs=channel:nixos-24.05
|
||||||
- uses: cachix/cachix-action@v13
|
- uses: cachix/cachix-action@v15
|
||||||
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/cachix'
|
|
||||||
with:
|
with:
|
||||||
name: lnbits
|
name: lnbits
|
||||||
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue