mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 09:45:37 +03:00
Add PR cloud comment to maintenance branch too (#12837)
This commit is contained in:
parent
f69fedd1f2
commit
2570e71b42
1 changed files with 6 additions and 0 deletions
6
.github/workflows/pr-cloud-comment.yml
vendored
6
.github/workflows/pr-cloud-comment.yml
vendored
|
@ -2,6 +2,12 @@ name: PR cloud build comment
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened]
|
types: [opened]
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
- '*-maintenance'
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
pull-requests: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
comment-pr:
|
comment-pr:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue