We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce18628 + 65d1302 commit c59ff99Copy full SHA for c59ff99
1 file changed
.github/workflows/ci.yml
@@ -1,6 +1,14 @@
1
name: CI
2
3
-on: [push, pull_request]
+on:
4
+ push:
5
+ paths-ignore:
6
+ - 'docs/**'
7
+ - 'refm/**'
8
+ pull_request:
9
10
11
12
13
jobs:
14
ruby-versions:
@@ -103,4 +111,4 @@ jobs:
103
111
run: 'curl -L https://git.io/misspell | bash'
104
112
- name: Run misspell
105
113
run: |
106
- git ls-files -z | xargs -0 ./bin/misspell -error -i addopt
114
+ git ls-files -z -- ':(top)' ':(exclude)refm' ':(exclude)docs' | xargs -0 ./bin/misspell -error -i addopt
0 commit comments