Skip to content

Commit 1d3266a

Browse files
author
Christos Konstantinos Matzoros
committed
Initiate docs also on PRs
1 parent c77243e commit 1d3266a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
name: Build Docs
144144
runs-on: ubuntu-latest
145145
needs: [test_and_run, test_no_eigen]
146-
if: github.ref == 'refs/heads/master'
146+
if: github.ref == 'refs/heads/master' || github.event_name == 'pull_request'
147147

148148
steps:
149149
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)