Skip to content

Commit

Permalink
allow to release charts from the v2 branch (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
kang-makes authored May 10, 2022
1 parent d799df2 commit ac4812a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
pull_request:
push:
branches:
- "main"
- main
- v2

jobs:
e2eTests:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/push_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- v2

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
- v2

jobs:
# Sometimes chart-releaser might fetch an outdated index.yaml from gh-pages, causing a WAW hazard on the repo
Expand Down

0 comments on commit ac4812a

Please sign in to comment.