Skip to content

Commit 16122bb

Browse files
author
Christos Konstantinos Matzoros
committed
Test docs
1 parent 1d3266a commit 16122bb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,13 +137,12 @@ jobs:
137137
path: build/test_results_no_eigen.xml
138138

139139
# -------------------------------------------------
140-
# 4. BUILD DOCUMENTATION (only on master)
140+
# 4. BUILD DOCUMENTATION (only on master + PR)
141141
# -------------------------------------------------
142142
docs:
143143
name: Build Docs
144144
runs-on: ubuntu-latest
145145
needs: [test_and_run, test_no_eigen]
146-
if: github.ref == 'refs/heads/master' || github.event_name == 'pull_request'
147146

148147
steps:
149148
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)