mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +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:
|
||||
pull_request:
|
||||
types: [opened]
|
||||
branches:
|
||||
- master
|
||||
- '*-maintenance'
|
||||
|
||||
permissions:
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
comment-pr:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue