Skip to content

Commit

Permalink
Merge pull request #4552 from YosysHQ/krys/rtd_on_main
Browse files Browse the repository at this point in the history
docs: Only trigger RTDs on main
  • Loading branch information
mmicko authored Aug 19, 2024
2 parents d901b28 + 7d779c6 commit e4c8bb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-verific.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ jobs:
docs/source/code_examples
- name: Trigger RTDs build
if: ${{ github.ref == 'refs/heads/main' }}
uses: dfm/[email protected]
with:
webhook_url: ${{ secrets.RTDS_WEBHOOK_URL }}
Expand Down

0 comments on commit e4c8bb0

Please sign in to comment.