You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ki...@apache.org on 2022/04/28 11:13:07 UTC

[incubator-seatunnel] branch dev updated: [hotfix][ci] run ci on all branch (#1772)

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

kirs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new f705a76c [hotfix][ci] run ci on all branch (#1772)
f705a76c is described below

commit f705a76c31cb3afb1032ab98985ec041346f4b94
Author: Wenjun Ruan <we...@apache.org>
AuthorDate: Thu Apr 28 19:13:02 2022 +0800

    [hotfix][ci] run ci on all branch (#1772)
    
    * [hotfix][ci] run ci on all branch
    
    * Remove branchs
---
 .github/workflows/backend.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml
index 11f81a04..7e196a90 100644
--- a/.github/workflows/backend.yml
+++ b/.github/workflows/backend.yml
@@ -20,8 +20,6 @@ name: Backend
 on:
   push:
   pull_request:
-    branches:
-      - dev
     paths-ignore:
       - 'docs/**'
       - '**/*.md'