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

wusheng pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/skywalking-banyandb-java-client.git


The following commit(s) were added to refs/heads/main by this push:
     new 41a1bf7  Make main push run CI.
41a1bf7 is described below

commit 41a1bf7157562188ca3725c931132d3088ff9171
Author: Wu Sheng <[email protected]>
AuthorDate: Tue Aug 31 15:26:55 2021 +0800

    Make main push run CI.
---
 .github/workflows/ci.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 86ff2b5..9dc5bef 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -18,6 +18,9 @@ name: CI AND IT
 
 on:
   pull_request:
+  push:
+    branches:
+      - main
   schedule:
     - cron: '0 18 * * *'  # TimeZone: UTC 0
 

Reply via email to