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.
1 parent dd4306e commit b389c0cCopy full SHA for b389c0c
.github/workflows/pr.yaml
@@ -1,10 +1,36 @@
1
name: Pull Request
2
3
on:
4
- pull_request: {}
+ pull_request:
5
+ paths-ignore:
6
+ - 'docs/**'
7
+ - '*.md'
8
+ - '*.rst'
9
+ - '*.txt'
10
+ - '*.html'
11
+ - '*.css'
12
+ - '*.js'
13
+ - '*.png'
14
+ - '*.jpg'
15
+ - '*.jpeg'
16
+ - '*.gif'
17
+ - '*.svg'
18
push:
19
branches:
20
- main
21
22
23
24
25
26
27
28
29
30
31
32
33
34
workflow_dispatch: {}
35
36
jobs:
0 commit comments