mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Do the check on towncrier only for PR targeting develop branch
This commit is contained in:
parent
1fd0fe504d
commit
63419fcf5e
1 changed files with 1 additions and 0 deletions
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…
Add table
Reference in a new issue