diff --git a/.github/workflows/release.yml b/.github/workflows/main.yml similarity index 82% rename from .github/workflows/release.yml rename to .github/workflows/main.yml index 3cb95ab4a..49f531884 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,5 @@ on: + workflow_dispatch: pull_request: branches: - main @@ -25,16 +26,11 @@ jobs: with: path: Manual token: ${{ secrets.GH_TOKEN }} - - name: Beta Builds + - name: Monthly Builds if: github.event.pull_request.base.ref == 'main' run: build_robohelp_gh.bat %GITHUB_WORKSPACE%\output shell: cmd working-directory: Manual - - name: Non-Beta Builds - if: github.event.pull_request.base.ref == 'main' - run: build_robohelp_gh.bat %GITHUB_WORKSPACE%\output - shell: cmd - working-directory: Manual - name: Upload robohelp zip file uses: actions/upload-artifact@v2 with: