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
All checks were successful
flake check / check (push) Successful in 2m50s
fmt check / check (push) Successful in 45s
This commit is contained in:
parent
b2b87a6b4c
commit
d9ccd196d0
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
|||
name: deploy systems
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- "**.lock"
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue