Skip to content

Commit 63419fc

Browse files
committed
Do the check on towncrier only for PR targeting develop branch
1 parent 1fd0fe5 commit 63419fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/quality.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ jobs:
207207
towncrier:
208208
name: Towncrier check
209209
runs-on: ubuntu-latest
210+
if: github.head_ref == 'develop'
210211
steps:
211212
- uses: actions/checkout@v3
212213
- name: Set up Python 3.8

0 commit comments

Comments
 (0)