Skip to content

Commit bb22886

Browse files
author
Frederic Wickert
committed
Remove redundant triggers for push and pull_request in .NET workflow
1 parent b455471 commit bb22886

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,7 @@
44
name: .NET
55

66
on:
7-
push:
8-
branches: [ "main" ]
9-
paths: src/Application/**
10-
pull_request:
11-
branches: [ "main" ]
12-
paths: src/Application/**
7+
138

149
workflow_dispatch:
1510
jobs:

0 commit comments

Comments
 (0)