Do the check on towncrier only for PR targeting develop branch

This commit is contained in:
Benoit Marty 2022-07-11 12:38:45 +02:00
parent 1fd0fe504d
commit 63419fcf5e
1 changed files with 1 additions and 0 deletions

View File

@ -207,6 +207,7 @@ jobs:
towncrier:
name: Towncrier check
runs-on: ubuntu-latest
if: github.head_ref == 'develop'
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.8