We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74871b3 commit 9032d33Copy full SHA for 9032d33
1 file changed
.github/workflows/dev-build-release.yml
@@ -39,6 +39,7 @@ jobs:
39
run: chmod +x ./gradlew && ./gradlew build
40
41
- name: Create Release
42
+ if: github.ref != 'refs/heads/master'
43
uses: softprops/action-gh-release@v2
44
with:
45
name: '${{ github.ref_name }}: ${{ github.event.head_commit.message }} (${{ github.sha }})'
0 commit comments