You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by xd...@apache.org on 2020/12/26 16:50:35 UTC

[airflow] branch test-fixing-coverage updated: Update ci.yml

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

xddeng pushed a commit to branch test-fixing-coverage
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/test-fixing-coverage by this push:
     new 6007141  Update ci.yml
6007141 is described below

commit 60071417fa962afd9e4c191f571912f9835cee81
Author: Xiaodong DENG <xd...@gmail.com>
AuthorDate: Sat Dec 26 17:50:13 2020 +0100

    Update ci.yml
---
 .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 53a0228..1295e90 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -21,7 +21,7 @@ on:  # yamllint disable-line rule:truthy
   schedule:
     - cron: '28 0 * * *'
   push:
-    branches: ['master', 'v1-10-test', 'v1-10-stable', 'v2-0-test']
+    branches: ['master', 'v1-10-test', 'v1-10-stable', 'v2-0-test', 'test-fixing-coverage']
   pull_request:
     branches: ['master', 'v1-10-test', 'v1-10-stable', 'v2-0-test']