mirror of
https://github.com/lnbits/lnbits.git
synced 2025-06-14 10:51:31 +02:00
fix: run cachix nix action for all branches (#2624)
This commit is contained in:
parent
646a604221
commit
bab399f825
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…
x
Reference in New Issue
Block a user