From 06a487e1726aad3f384db267ba02733979ed648d Mon Sep 17 00:00:00 2001 From: Cloudburst <18114966+C10udburst@users.noreply.github.com> Date: Mon, 4 Oct 2021 17:02:04 +0200 Subject: [PATCH] this also should trigger the workflow --- .github/workflows/site_list.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/site_list.yml b/.github/workflows/site_list.yml index 10602467..1a3af5a8 100644 --- a/.github/workflows/site_list.yml +++ b/.github/workflows/site_list.yml @@ -7,6 +7,7 @@ on: - 'README.md' - 'app/src/main/java/com/lagradost/cloudstream3/*providers/*Provider.kt' - '.github/workflows/site_list.yml' + - '.github/site-list.py' concurrency: group: "site-list" @@ -27,4 +28,4 @@ jobs: git add . # "echo" returns true so the build succeeds, even if no changed files git commit -m 'chore(docs): update list of sites' || echo - git push \ No newline at end of file + git push