From 6af51d934975e48b45c2306b89466cc9e00de33d Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Tue, 27 Aug 2019 21:32:08 +0300 Subject: [PATCH] Created workflow --- .github/workflows/main.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000000..69cb59f5e6 --- /dev/null +++ b/.github/workflows/main.yml @@ -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