You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eventmesh.apache.org by mi...@apache.org on 2022/03/08 08:23:41 UTC

[incubator-eventmesh] branch master updated: [Enhancement] Run CI on all branch (#805)

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

mikexue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh.git


The following commit(s) were added to refs/heads/master by this push:
     new caaa7a4  [Enhancement] Run CI on all branch (#805)
caaa7a4 is described below

commit caaa7a4310ced143e77a131de4697521397e28c5
Author: Wenjun Ruan <we...@apache.org>
AuthorDate: Tue Mar 8 16:23:34 2022 +0800

    [Enhancement] Run CI on all branch (#805)
---
 .github/workflows/ci.yml | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d6a99ee..4f13a2a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -21,16 +21,9 @@ name: "Continuous Integration"
 
 on:
   push:
-    branches:
-      - develop
-      - master
-      - '[0-9]+.[0-9]+.[0-9]+**'
+    branches: ['*']
   pull_request:
-    branches:
-      - develop
-      - master
-      - '[0-9]+.[0-9]+.[0-9]+**'
-  workflow_dispatch:
+    branches: [ '*' ]
 
 jobs:
   build:

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: commits-help@eventmesh.apache.org