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 1d3266a commit 16122bbCopy full SHA for 16122bb
.github/workflows/main.yml
@@ -137,13 +137,12 @@ jobs:
137
path: build/test_results_no_eigen.xml
138
139
# -------------------------------------------------
140
- # 4. BUILD DOCUMENTATION (only on master)
+ # 4. BUILD DOCUMENTATION (only on master + PR)
141
142
docs:
143
name: Build Docs
144
runs-on: ubuntu-latest
145
needs: [test_and_run, test_no_eigen]
146
- if: github.ref == 'refs/heads/master' || github.event_name == 'pull_request'
147
148
steps:
149
- uses: actions/checkout@v3
0 commit comments