This is an automated email from the ASF dual-hosted git repository.
tokers pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-helm-chart.git
The following commit(s) were added to refs/heads/master by this push:
new f2602a8 chore: fix helm release branch name (#122)
f2602a8 is described below
commit f2602a84f93dc0362b0f4c14987e620993ac9bfa
Author: Jintao Zhang <[email protected]>
AuthorDate: Sun Aug 1 19:48:17 2021 +0800
chore: fix helm release branch name (#122)
Signed-off-by: Jintao Zhang <[email protected]>
---
.github/workflows/release.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 792d425..834f6fb 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -3,7 +3,7 @@ name: Release Charts
on:
push:
branches:
- - main
+ - master
jobs:
release: