mirror of
https://github.com/iptv-org/iptv
synced 2026-03-22 03:41:39 -04:00
Update main.yml
This commit is contained in:
committed by
GitHub
parent
92f5f80685
commit
b37a222938
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -4,6 +4,8 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- 'channels/*'
|
||||
|
||||
jobs:
|
||||
generate:
|
||||
@@ -30,4 +32,4 @@ jobs:
|
||||
run: git commit -m "Generated grouped playlists"
|
||||
|
||||
- name: "git push origin master"
|
||||
run: git push origin master
|
||||
run: git push git@github.com:${GITHUB_REPOSITORY}.git master
|
||||
|
||||
Reference in New Issue
Block a user