Skip to content

Commit 7ef696f

Browse files
author
Petr Sramek
committed
kzhfsd
1 parent e8576f1 commit 7ef696f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/dotnet.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@ name: .NET
22

33
on:
44
push:
5-
branches:
6-
- '**'
5+
branches-ignore:
6+
- 'main'
7+
- 'release/**'
78
pull_request:
89
branches:
9-
- '**'
10+
- 'main'
11+
- 'release/**'
1012

1113
concurrency: ${{ github.ref }}
1214

0 commit comments

Comments
 (0)