mirror of https://github.com/iptv-org/iptv
Created workflow
parent
e2a47b6612
commit
6af51d9349
@ -0,0 +1,15 @@
|
||||
name: Generate grouped playlists
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
generate:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
- name: "npm run generate"
|
||||
run: npm run generate
|
Loading…
Reference in New Issue