We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03e8f1c commit ea07414Copy full SHA for ea07414
1 file changed
.github/workflows/main.yml
@@ -314,9 +314,8 @@ jobs:
314
ctest --preset default --verbose
315
316
deploy-docs:
317
- if: github.repository == 'asfernandes/fb-cpp'
+ if: github.repository == 'asfernandes/fb-cpp' && github.ref == 'refs/heads/main'
318
runs-on: ubuntu-latest
319
- if: github.ref == 'refs/heads/main' && github.repository == 'asfernandes/fb-cpp'
320
needs:
321
- clang-format-check
322
- build-linux
0 commit comments