From d9ccd196d035ae4b433edf7ddfdf10c6bcf848ac Mon Sep 17 00:00:00 2001 From: notohh Date: Sat, 21 Oct 2023 04:04:17 -0400 Subject: [PATCH] deploy: run deployment when flake.lock is updated --- .forgejo/workflows/deployment/deploy-systems.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/deployment/deploy-systems.yml b/.forgejo/workflows/deployment/deploy-systems.yml index faea4a3..396d9a0 100644 --- a/.forgejo/workflows/deployment/deploy-systems.yml +++ b/.forgejo/workflows/deployment/deploy-systems.yml @@ -1,6 +1,9 @@ name: deploy systems -on: [push] +on: + push: + paths: + - "**.lock" jobs: deploy: runs-on: ubuntu-latest