push to cachix after updating inputs
This commit is contained in:
parent
67dda1c36d
commit
a00042b8e1
2 changed files with 7 additions and 2 deletions
7
.github/workflows/cachix.yaml
vendored
7
.github/workflows/cachix.yaml
vendored
|
@ -1,8 +1,13 @@
|
|||
name: Cachix
|
||||
name: Build and Push to Cachix
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
workflow_run:
|
||||
workflows: ['Update Inputs']
|
||||
types: [completed]
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
|
|
2
.github/workflows/update-inputs.yml
vendored
2
.github/workflows/update-inputs.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Update inputs
|
||||
name: Update Inputs
|
||||
|
||||
on:
|
||||
schedule:
|
||||
|
|
Loading…
Reference in a new issue