Skip to content

Commit 5ce4b62

Browse files
committed
Run action on branches and all tags
1 parent 905fc28 commit 5ce4b62

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/publish-nuget.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: Build and publish to release
22
on:
33
push:
4-
#branches:
5-
# - main # Used for stable releases
6-
# - develop # Used for preview releases
4+
branches:
5+
- main # Used for stable releases
6+
- develop # Used for preview releases
7+
tags:
8+
- '*'
79
jobs:
810
publish:
911
name: Build check for all branches

0 commit comments

Comments
 (0)