Merge pull request #4552 from YosysHQ/krys/rtd_on_main

docs: Only trigger RTDs on main
This commit is contained in:
Miodrag Milanović 2024-08-19 20:11:55 +02:00 committed by GitHub
commit e4c8bb0ac5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 }}