mirror of https://github.com/YosysHQ/yosys.git
docs: Only trigger RTDs on main
This commit is contained in:
parent
d901b28d2c
commit
7d779c64a3
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue