mirror of
https://github.com/redlib-org/redlib.git
synced 2025-05-02 19:44:29 +00:00
Don't upload Libreddit releases in pull requests
This commit is contained in:
parent
7ae7a88eed
commit
dc9fbc1a05
1 changed files with 1 additions and 0 deletions
1
.github/workflows/rust.yml
vendored
1
.github/workflows/rust.yml
vendored
|
@ -39,6 +39,7 @@ jobs:
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
|
if: github.base_ref != 'master'
|
||||||
with:
|
with:
|
||||||
tag_name: ${{ steps.version.outputs.version }}
|
tag_name: ${{ steps.version.outputs.version }}
|
||||||
name: ${{ steps.version.outputs.version }} - NAME
|
name: ${{ steps.version.outputs.version }} - NAME
|
||||||
|
|
Loading…
Add table
Reference in a new issue