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

View File

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