We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bff9b0 commit d38b327Copy full SHA for d38b327
.github/workflows/ci.yml
@@ -9,11 +9,13 @@ on:
9
pull_request:
10
branches:
11
- master
12
+ types: [opened, synchronize, reopened, ready_for_review]
13
schedule:
14
- cron: '0 0 * * *'
15
16
jobs:
17
build:
18
+ if: github.event.pull_request.draft == false
19
20
runs-on: ubuntu-latest
21
strategy:
@@ -49,6 +51,7 @@ jobs:
49
51
make build_pypi
50
52
53
docs:
54
55
56
runs-on: ubuntu-18.04
57
@@ -76,6 +79,7 @@ jobs:
76
79
make build_latex
77
80
78
81
licenses:
82
83
84
85
0 commit comments