Skip to content

Commit

Permalink
Merge pull request #27 from YoYoGames/modify.release.yml
Browse files Browse the repository at this point in the history
Modify.release.yml
  • Loading branch information
ksuchitra532 authored Oct 5, 2023
2 parents fdbe595 + 20d4668 commit 5c0b33c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release.yml → .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
on:
workflow_dispatch:
pull_request:
branches:
- main
Expand All @@ -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:
Expand Down

0 comments on commit 5c0b33c

Please sign in to comment.