Skip to content

Commit b58e89d

Browse files
committed
Updated workflow to ignore docs and assets
1 parent 03a0aed commit b58e89d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/msbuild.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
name: .NET Framework Build and Test
22

3+
on:
34
on:
45
push:
56
branches: [ "master" ]
7+
paths-ignore:
8+
- '**/*.md'
9+
- '**/*.png'
10+
- '**/*.ico'
611
pull_request:
712
branches: [ "master" ]
13+
paths-ignore:
14+
- '**/*.md'
15+
- '**/*.png'
16+
- '**/*.ico'
817
workflow_dispatch:
918

1019

0 commit comments

Comments
 (0)