this also should trigger the workflow

This commit is contained in:
Cloudburst 2021-10-04 17:02:04 +02:00 committed by GitHub
parent 81b3a6bb07
commit 06a487e172
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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
git push