Skip to content

Commit a03b4d7

Browse files
authored
Update build.yml
1 parent adceb50 commit a03b4d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ name: Build
33
on:
44
push:
55
branches: [ master ]
6+
paths-ignore: [ README.md ]
67
pull_request:
78
branches: [ master ]
8-
9+
paths-ignore: [ README.md ]
910
jobs:
1011
build:
1112
name: Build and test on ${{ matrix.os }}

0 commit comments

Comments
 (0)