Skip to content

Commit

Permalink
Update UploadReleaseGithub.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mnlatrifork committed Nov 24, 2023
1 parent ab55b44 commit 7f2f627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/UploadReleaseGithub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
- uses: actions/checkout@v1
# Only release from main branch
- name: Upload if on production branch
if: endsWith(github.event.base_ref, 'main') == true
if: endsWith(github.event.base_ref, 'test') == true
run: ./gradlew publish

0 comments on commit 7f2f627

Please sign in to comment.