Skip to content

Commit a26b9a1

Browse files
committed
github: update "latest" tag only for commits on develop
1 parent 7a3ee41 commit a26b9a1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/rust_release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ jobs:
110110

111111
- name: Update tag for nightly release
112112
uses: richardsimko/update-tag@v1
113+
if: github.ref == 'refs/heads/develop'
113114
with:
114115
tag_name: latest
115116
env:

0 commit comments

Comments
 (0)