diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index d9ebc7b..27c371f 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -39,6 +39,7 @@ jobs: - name: Release uses: softprops/action-gh-release@v1 + if: github.base_ref != 'master' with: tag_name: ${{ steps.version.outputs.version }} name: ${{ steps.version.outputs.version }} - NAME