You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by ka...@apache.org on 2023/05/25 20:19:01 UTC

[incubator-devlake] 01/01: ci: Enforce CI test execution for cherrypicked PRs

This is an automated email from the ASF dual-hosted git repository.

ka94 pushed a commit to branch cherrypick-test-run
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git

commit d065de46356f79fed0e2f62b7bec39326b9e52ab
Author: Keon Amini <ke...@merico.dev>
AuthorDate: Thu May 25 15:18:29 2023 -0500

    ci: Enforce CI test execution for cherrypicked PRs
---
 .github/workflows/test-e2e.yml | 2 +-
 .github/workflows/test.yml     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml
index 93bf1f024..8d8f6a1f2 100644
--- a/.github/workflows/test-e2e.yml
+++ b/.github/workflows/test-e2e.yml
@@ -21,7 +21,7 @@ on:
   push:
     branches: [main]
   pull_request:
-    branches: [main]
+    branches: [main, release-*]
     paths:
       - "**.go"
       - '**.py'
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index f5ee83890..74d0fef94 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -21,7 +21,7 @@ on:
   push:
     branches: [main]
   pull_request:
-    branches: [ main ]
+    branches: [ main, release-*]
     paths:
       - '**.go'
       - '**.py'