Skip to content

Commit

Permalink
Merge branch 'master' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjakab committed Jun 29, 2024
2 parents 98667ba + 06ecda6 commit b051ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_release_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
needs: test
name: Release
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/stable'
if: startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/checkout@v4
- name: Package App
Expand Down

0 comments on commit b051ac4

Please sign in to comment.