diff options
author | Blaž Hrastnik | 2022-03-02 02:18:29 +0000 |
---|---|---|
committer | GitHub | 2022-03-02 02:18:29 +0000 |
commit | 86b1236b46286b64da2c030a36e8f38ddad0a1d0 (patch) | |
tree | 27e554b7f3e2d606c1a8d9fc340aa43c544d018d | |
parent | 227e0108e9b32be5f3ad7bf7343c821884b7d9ba (diff) |
Fix cachix.yml definition
-rw-r--r-- | .github/workflows/cachix.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/cachix.yml b/.github/workflows/cachix.yml index dcc24eb9..d697e995 100644 --- a/.github/workflows/cachix.yml +++ b/.github/workflows/cachix.yml @@ -1,7 +1,9 @@ # Publish the Nix flake outputs to Cachix name: Cachix on: - push: master + push: + branches: + - master jobs: publish: |