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

utkarsharma 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 f6f4ac33c9 Enable running Pull Requests against v2-10-stable branch 
(#41624) (#41888)
f6f4ac33c9 is described below

commit f6f4ac33c942f986f9821368383f5ef1ad4f1437
Author: Utkarsh Sharma <[email protected]>
AuthorDate: Fri Aug 30 18:24:36 2024 +0530

    Enable running Pull Requests against v2-10-stable branch (#41624) (#41888)
    
    (cherry picked from commit e306e7f7bc1ef12aeab0fc09e018accda3684a2f)
    
    Co-authored-by: Jarek Potiuk <[email protected]>
---
 .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 4e1db2a14e..866f8f253d 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', 'v[0-9]+-[0-9]+-test']
+    branches: ['main', 'v[0-9]+-[0-9]+-test', 'v[0-9]+-[0-9]+-stable']
   workflow_dispatch:
 permissions:
   # All other permissions are set to none

Reply via email to