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 c77243e commit 1d3266aCopy full SHA for 1d3266a
.github/workflows/main.yml
@@ -143,7 +143,7 @@ jobs:
143
name: Build Docs
144
runs-on: ubuntu-latest
145
needs: [test_and_run, test_no_eigen]
146
- if: github.ref == 'refs/heads/master'
+ if: github.ref == 'refs/heads/master' || github.event_name == 'pull_request'
147
148
steps:
149
- uses: actions/checkout@v3
0 commit comments