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

potiuk pushed a commit to branch v2-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v2-10-test by this push:
     new b211936a4c Enable pull requests to be run from v*test branches 
(#41474) (#41476)
b211936a4c is described below

commit b211936a4c3117f8102798d5c460de9235c5c571
Author: Jarek Potiuk <[email protected]>
AuthorDate: Wed Aug 14 15:06:46 2024 +0200

    Enable pull requests to be run from v*test branches (#41474) (#41476)
    
    Since we switch from direct push of cherry-picking to open PRs
    against v*test branch, we should enable PRs to run for the target
    branch.
    
    (cherry picked from commit a9363e6a30d73a647ed7d45c92d46d1f6f98513f)
---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 68aa51bf86..a19879ea17 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -23,7 +23,7 @@ on:  # yamllint disable-line rule:truthy
   push:
     branches: ['v[0-9]+-[0-9]+-test']
   pull_request:
-    branches: ['main']
+    branches: ['main', 'v[0-9]+-[0-9]+-test']
   workflow_dispatch:
 permissions:
   # All other permissions are set to none

Reply via email to