Do the check on towncrier only for PR targeting develop branch
This commit is contained in:
parent
1fd0fe504d
commit
63419fcf5e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue