1
0
Fork 0
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:
Míguel Ángel Mulero Martínez 2023-05-28 22:10:06 +02:00 committed by GitHub
parent f69fedd1f2
commit 2570e71b42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,12 @@ name: PR cloud build comment
on:
pull_request:
types: [opened]
branches:
- master
- '*-maintenance'
permissions:
pull-requests: write
jobs:
comment-pr: