Created workflow
This commit is contained in:
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