We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7883116 commit d1a8e89Copy full SHA for d1a8e89
.github/workflows/dotnet.yml
@@ -1,9 +1,9 @@
1
on:
2
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:
+ branches:
+ - master # triggers only on master
+ tags:
+ - release* # You will need to provide a tag of the form 'relase_ ...' with your push command:
7
# For example git tag -a release_with_a_bug_fix -m "bug fix" && git push origin release_with_a_bug_fix
8
name: Create Release
9
0 commit comments