From 48cd3f1905bb7fb3f6b44cafb77830fb7e5de05c Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Sat, 15 May 2021 16:56:38 +0200 Subject: [PATCH] github flow --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d4c8b67..5cc82f8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,6 +1,7 @@ name: Main on: + workflow_dispatch: push: branches: - main @@ -13,10 +14,10 @@ jobs: uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '14' + node-version: "14" - name: Install dependencies run: yarn install --frozen-lockfile - name: Build run: yarn run dist env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}