Skip to content

Commit d1a8e89

Browse files
committed
dotnet.yaml
Signed-off-by: Lev Nachmanson <[email protected]>
1 parent 7883116 commit d1a8e89

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/dotnet.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
on:
22
push:
3-
branches:
4-
- master # triggers only on master
5-
tags:
6-
- release* # You will need to provide a tag of the form 'relase_ ...' with your push command:
3+
branches:
4+
- master # triggers only on master
5+
tags:
6+
- release* # You will need to provide a tag of the form 'relase_ ...' with your push command:
77
# For example git tag -a release_with_a_bug_fix -m "bug fix" && git push origin release_with_a_bug_fix
88
name: Create Release
99

0 commit comments

Comments
 (0)