Skip to content

Commit

Permalink
Don't create releases for refs/heads/master
Browse files Browse the repository at this point in the history
  • Loading branch information
celynw committed Jan 31, 2024
1 parent 7143db7 commit cda347f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
release:
name: Create release
needs: test
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down

0 comments on commit cda347f

Please sign in to comment.