You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2020/03/19 01:57:19 UTC

[skywalking-kubernetes] branch master updated: Action active (#43)

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

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git


The following commit(s) were added to refs/heads/master by this push:
     new f868117  Action active (#43)
f868117 is described below

commit f868117a27e7b13f0bd42891c8122296da10704c
Author: innerpeacez <in...@gmail.com>
AuthorDate: Thu Mar 19 09:57:14 2020 +0800

    Action active (#43)
    
    * active
    
    * active
---
 .github/workflows/chart-deploy-ci.yaml | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/.github/workflows/chart-deploy-ci.yaml b/.github/workflows/chart-deploy-ci.yaml
new file mode 100644
index 0000000..cc60f8e
--- /dev/null
+++ b/.github/workflows/chart-deploy-ci.yaml
@@ -0,0 +1,26 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+name: chart-deploy-ci
+
+on:
+  pull_request:
+  push:
+    branches:
+      - master
+    tags:
+      - 'v*'
+