Skip to content

Commit 4a6c59e

Browse files
committed
CI: limit deploy-docs to main branch and asfernandes/fb-cpp repository
1 parent eced33b commit 4a6c59e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@ jobs:
315315
316316
deploy-docs:
317317
runs-on: ubuntu-latest
318+
if: github.ref == 'refs/heads/main' && github.repository == 'asfernandes/fb-cpp'
318319
needs:
319320
- clang-format-check
320321
- build-linux

0 commit comments

Comments
 (0)