Skip to content

Commit d44289c

Browse files
authored
Update dotnetcore.yml
Signed-off-by: 0x5BFA <[email protected]>
1 parent 4ff3506 commit d44289c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ on:
44
push:
55
branches:
66
- main
7+
paths-ignore:
8+
- 'docs/**'
9+
- '*.md'
710
pull_request:
8-
branches:
9-
- main
11+
paths-ignore:
12+
- 'docs/**'
13+
- '*.md'
1014
workflow_dispatch:
1115

1216
env:

0 commit comments

Comments
 (0)