We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bede0fa commit d9c08f5Copy full SHA for d9c08f5
1 file changed
python-package.yml
@@ -5,9 +5,10 @@ name: Python package
5
6
on:
7
push:
8
- branches: [ master ]
+ paths-ignore:
9
+ - 'docs/**'
10
pull_request:
11
+ branches: *
12
13
jobs:
14
build:
0 commit comments