We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13b3ca8 commit c8b8abfCopy full SHA for c8b8abf
1 file changed
.github/workflows/python-package.yml
@@ -5,7 +5,17 @@ name: Python package
5
on:
6
push:
7
branches: [ main ]
8
+ paths-ignore:
9
+ - '*.md'
10
+ - 'LICENSE'
11
+ - '.github/ISSUE_TEMPLATE/**'
12
+ - '.github/PULL_REQUEST_TEMPLATE/**'
13
pull_request:
14
15
16
17
18
19
20
jobs:
21
build:
0 commit comments