forked from recloudstream/cloudstream
this also should trigger the workflow
This commit is contained in:
parent
81b3a6bb07
commit
06a487e172
1 changed files with 2 additions and 1 deletions
3
.github/workflows/site_list.yml
vendored
3
.github/workflows/site_list.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue