diff options
| author | Christine Dodrill <me@christine.website> | 2020-10-11 18:33:58 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-11 18:33:58 -0400 |
| commit | 8245594b73df493e84d7910f9a0c232b97e46264 (patch) | |
| tree | 3b84b6be4e37fa602bc16bfaade9a8db9c3187e1 /.github | |
| parent | b9467f224a9b365a48c8080df033b9fd0374501c (diff) | |
| download | xesite-8245594b73df493e84d7910f9a0c232b97e46264.tar.xz xesite-8245594b73df493e84d7910f9a0c232b97e46264.zip | |
Update nix.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/nix.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index d9c6616..b43b2db 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -25,7 +25,7 @@ jobs: release: runs-on: ubuntu-latest needs: docker-build - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/main' steps: - uses: actions/checkout@v1 - uses: cachix/install-nix-action@v6 |
