chore(gha): trigger cloud pull-request when a PR is merged (#7212)

This commit is contained in:
César Arroba
2025-04-21 11:09:22 +02:00
committed by Adrián Jesús Peña Rodríguez
parent c7754c4331
commit 9510b4c3ef
2 changed files with 35 additions and 0 deletions
+2
View File
@@ -21,6 +21,7 @@ on:
paths-ignore:
- 'ui/**'
- 'api/**'
- '.github/**'
pull_request:
branches:
- "master"
@@ -30,6 +31,7 @@ on:
paths-ignore:
- 'ui/**'
- 'api/**'
- '.github/**'
schedule:
- cron: '00 12 * * *'