Skip to content

Commit 04ba96e

Browse files
authored
Merge pull request #263 from diffix/piotr/ci-only-on-pr
Do CI only on pull request as in publisher repo
2 parents be6e04f + b6bd62b commit 04ba96e

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
@@ -1,10 +1,5 @@
11
name: .NET 5 test
2-
3-
on:
4-
push:
5-
branches: [ master ]
6-
pull_request:
7-
branches: [ master ]
2+
on: [pull_request]
83

94
jobs:
105
build:

0 commit comments

Comments
 (0)