Change branch to check

This commit is contained in:
Alex Root Junior 2022-03-26 18:53:13 +02:00
parent 6a9c70afe2
commit 78efccdd56
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC

View file

@ -21,7 +21,7 @@ jobs:
run: pip install towncrier
- name: "Check changelog"
run: towncrier check --compare-with ${{ github.head_ref }}
run: towncrier check --compare-with ${{ github.base_ref }}
- if: "failure()"
run: echo "FAILED"