You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
iptv/.github/workflows/main.yml

21 lines
310 B
YAML

6 years ago
name: Generate grouped playlists
on:
push:
branches:
- master
6 years ago
paths:
- 'channels/*'
6 years ago
jobs:
generate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
6 years ago
- name: "npm install"
run: npm install
6 years ago
- name: "npm run generate"
run: npm run generate