From 04d34e6d00660e1df8a5c34cf3c96c5c87f6343a Mon Sep 17 00:00:00 2001
From: albert <albert@sysctl.io>
Date: Sun, 9 Feb 2025 04:23:46 +0100
Subject: [PATCH] Testing

---
 .forgejo/workflows/deploy.yml | 2 +-
 flake.lock                    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml
index 723ef8c0..6d370a6d 100644
--- a/.forgejo/workflows/deploy.yml
+++ b/.forgejo/workflows/deploy.yml
@@ -4,7 +4,7 @@ name: deploy-rs
 on:
   push:
     paths:
-      - '**/flake.lock'
+      - 'flake.lock'
   workflow_dispatch:
 env:
   SSH_OPTS: "-q -A -o StrictHostKeyChecking=no"
diff --git a/flake.lock b/flake.lock
index b5b50bc4..8c6c5c8f 100644
--- a/flake.lock
+++ b/flake.lock
@@ -1,5 +1,5 @@
 {
-  "nodes": {
+  "nodess": {
     "base16": {
       "inputs": {
         "fromYaml": "fromYaml"