From b53b80493bf5c0141c8f932692e538229fe7e56a Mon Sep 17 00:00:00 2001 From: ZareMate <0.zaremate@gmail.com> Date: Fri, 24 Jan 2025 23:58:06 +0100 Subject: [PATCH] Remove unnecessary path specification from auto_list.yaml workflow --- .gitea/workflows/auto_list.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/auto_list.yaml b/.gitea/workflows/auto_list.yaml index f97fed9..911f8a3 100644 --- a/.gitea/workflows/auto_list.yaml +++ b/.gitea/workflows/auto_list.yaml @@ -28,6 +28,4 @@ name: Auto List Update 'on': push: branches: - - main - paths: - - torrents/** \ No newline at end of file + - main \ No newline at end of file