Skip to content

Commit 64e369a

Browse files
committed
filter the tags
Signed-off-by: Lev Nachmanson <[email protected]>
1 parent bc1ebcc commit 64e369a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
on:
22
push:
3-
3+
branches:
4+
- master # triggers only on master
5+
tags:
6+
- release* # You will need to provide a tag of the form 'relase for ...' with your push command:
7+
#For example "git push origin "release with a bug fix"
48
name: Create Release
59

610
jobs:

0 commit comments

Comments
 (0)