You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by wa...@apache.org on 2022/11/01 03:02:40 UTC

[incubator-devlake-helm-chart] branch main updated: Update release.yaml (#47)

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

warren pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-helm-chart.git


The following commit(s) were added to refs/heads/main by this push:
     new 0fa2605  Update release.yaml (#47)
0fa2605 is described below

commit 0fa2605951b6857fc784b41311ed27a124a79a63
Author: Warren Chen <yi...@merico.dev>
AuthorDate: Tue Nov 1 11:02:34 2022 +0800

    Update release.yaml (#47)
---
 .github/workflows/release.yaml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 9bd5b77..3a496ab 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -9,8 +9,6 @@ on:
 jobs:
   release:
     runs-on: ubuntu-latest
-    paths:
-      - charts/**
     steps:
       - name: Checkout
         uses: actions/checkout@v2