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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
workflow_run:
|
||||||
|
workflows: ['Update Inputs']
|
||||||
|
types: [completed]
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
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:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
|
|
Loading…
Reference in a new issue