mirror of https://github.com/Free-TV/IPTV
Update update_playlist.yml
parent
e0fa006491
commit
869204d406
|
@ -2,7 +2,7 @@ name: Update playlist
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ teste ]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -18,4 +18,4 @@ jobs:
|
||||||
python3 ./make_playlist.py
|
python3 ./make_playlist.py
|
||||||
git add .
|
git add .
|
||||||
git commit --quiet -m "Update Playlist (GitHub Actions)"
|
git commit --quiet -m "Update Playlist (GitHub Actions)"
|
||||||
git push -f origin master
|
git push -f origin teste
|
||||||
|
|
Loading…
Reference in New Issue