Skip to content

Commit

Permalink
Only autorelease the master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
timmaxw authored Jul 6, 2023
1 parent 90776e3 commit 285dbad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,15 @@ jobs:
mv OpenSCAD2CalculiX-*-x86_64.AppImage OpenSCAD2CalculiX-latest-x86_64.AppImage
- name: Tag latest
if: ${{ github.ref == 'refs/heads/master' }}
uses: richardsimko/update-tag@v1
with:
tag_name: latest
env:
GITHUB_TOKEN: ${{ github.token }}

- name: Release latest
if: ${{ github.ref == 'refs/heads/master' }}
uses: softprops/action-gh-release@v1
with:
tag_name: latest
Expand Down

0 comments on commit 285dbad

Please sign in to comment.