deploy: run deployment when flake.lock is updated
All checks were successful
flake check / check (push) Successful in 2m50s
fmt check / check (push) Successful in 45s

This commit is contained in:
notohh 2023-10-21 04:04:17 -04:00
parent b2b87a6b4c
commit d9ccd196d0
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -1,6 +1,9 @@
name: deploy systems
on: [push]
on:
push:
paths:
- "**.lock"
jobs:
deploy:
runs-on: ubuntu-latest