Skip to content

Commit cf677c1

Browse files
authored
Update publish.yml
1 parent fa3e218 commit cf677c1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/publish.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: Publish
22

3-
on: [push, pull_request]
3+
# on: [push, pull_request]
4+
5+
on:
6+
push:
7+
branches: [ master ]
8+
pull_request:
9+
branches: [ master ]
410

511
env:
612
DOTNET_VERSION: "3.1.x" # The .NET SDK version to use

0 commit comments

Comments
 (0)