push to cachix after updating inputs

This commit is contained in:
Adithya 2024-10-27 23:04:27 +05:30
parent 67dda1c36d
commit a00042b8e1
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C
2 changed files with 7 additions and 2 deletions

View file

@ -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:

View file

@ -1,4 +1,4 @@
name: Update inputs name: Update Inputs
on: on:
schedule: schedule: