Skip to content

Commit b4cf885

Browse files
committed
Github flow: remove redundant 'on pull_request'
1 parent afb9ffa commit b4cf885

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
name: .NET
1+
name: Setup Unit .NET
22

33
on:
44
push:
55
branches: [ main, dev, feature/*, fix/*, release/* ]
66

7-
pull_request:
8-
branches: [ main ]
9-
107
release:
118
types: [ published ]
129
branches: [ main ]

0 commit comments

Comments
 (0)