Skip to content

Commit fdf3b66

Browse files
authored
Disable build step on pull request merge
Comment out the condition for the build step in the workflow.
1 parent 8a7d83e commit fdf3b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114

115115

116116
build-project:
117-
if: github.event.pull_request.merged == true
117+
#if: github.event.pull_request.merged == true
118118
name: Build dotNet
119119
strategy:
120120
matrix:

0 commit comments

Comments
 (0)