deploy: run deployment when flake.lock is updated
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
|
name: deploy systems
|
||||||
|
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
paths:
|
||||||
|
- "**.lock"
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue