mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-15 01:35:07 +08:00
Do the check on towncrier only for PR targeting develop branch
This commit is contained in:
parent
1fd0fe504d
commit
63419fcf5e
1
.github/workflows/quality.yml
vendored
1
.github/workflows/quality.yml
vendored
@ -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
Block a user