Skip to content

Commit b22f006

Browse files
authored
Update build.yml
1 parent 5bded30 commit b22f006

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
name: CI
22

33
on:
4-
workflow_dispatch:
4+
workflow_dispatch:
55
push:
66
branches: [ "master" ]
7+
paths-ignore:
8+
- '**/README.md'
79
pull_request:
810
branches: [ "master" ]
11+
paths-ignore:
12+
- '**/README.md'
913

1014
jobs:
1115
build:

0 commit comments

Comments
 (0)