docs: Only trigger RTDs on main

This commit is contained in:
Krystine Sherwin 2024-08-20 04:26:16 +12:00
parent d901b28d2c
commit 7d779c64a3
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ jobs:
docs/source/code_examples
- name: Trigger RTDs build
if: ${{ github.ref == 'refs/heads/main' }}
uses: dfm/rtds-action@v1.1.0
with:
webhook_url: ${{ secrets.RTDS_WEBHOOK_URL }}