ci: Check PR title on all branches, except release branches (no-changelog) (#5545)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™ 2023-02-22 13:14:29 +01:00 committed by GitHub
parent 17eff4d7d6
commit 8d84e684cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,7 @@ on:
- edited
- synchronize
branches:
- '**'
- '!release/*'
jobs: