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

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new e306e7f7bc Enable running Pull Requests against v2-10-stable branch 
(#41624)
e306e7f7bc is described below

commit e306e7f7bc1ef12aeab0fc09e018accda3684a2f
Author: Jarek Potiuk <[email protected]>
AuthorDate: Tue Aug 20 23:51:37 2024 +0200

    Enable running Pull Requests against v2-10-stable branch (#41624)
---
 .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 fda01f71a5..11cb390d32 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