Skip to content

Commit c83d8c6

Browse files
committed
Update Sentry workflow to only release on new tag
1 parent 51db530 commit c83d8c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sentry.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Sentry Release
22
on:
33
push:
4-
branches:
5-
- main
4+
tags:
5+
- 'v*'
66

77
jobs:
88
release:

0 commit comments

Comments
 (0)