Fix cachix.yml definition
This commit is contained in:
parent
227e0108e9
commit
86b1236b46
1 changed files with 3 additions and 1 deletions
4
.github/workflows/cachix.yml
vendored
4
.github/workflows/cachix.yml
vendored
|
@ -1,7 +1,9 @@
|
|||
# Publish the Nix flake outputs to Cachix
|
||||
name: Cachix
|
||||
on:
|
||||
push: master
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
|
|
Loading…
Add table
Reference in a new issue