mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 12:17:23 +00:00
[CI] Add branches-ignore for release and beta in PR title check (#15491)
This commit is contained in:
3
.github/workflows/pr-title-check.yml
vendored
3
.github/workflows/pr-title-check.yml
vendored
@@ -3,6 +3,9 @@ name: PR Title Check
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, edited, synchronize, reopened]
|
||||
branches-ignore:
|
||||
- release
|
||||
- beta
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
Reference in New Issue
Block a user