Change dev-v2.5 to main and small changes

pull/39/head
Arvind Iyengar 2020-09-22 16:58:59 -07:00
parent eeb2a22c65
commit 2f76825362
3 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@ name: CI-pullrequest
on:
pull_request:
branches:
- dev-v2.5-source
- main-source
jobs:
build:

View File

@ -3,7 +3,7 @@ name: CI-push
on:
push:
branches:
- dev-v2.5-source
- main-source
jobs:
build:
@ -13,8 +13,8 @@ jobs:
- name: Run CI scripts
run: |-
./scripts/ci-wrapper dev-v2.5
./scripts/ci-wrapper main
- name: Push charts and assets to the dev-v2.5 branch
- name: Push charts and assets to the main branch
run: |-
./scripts/push-to-assets-branch origin dev-v2.5 && git push origin dev-v2.5
./scripts/push-to-assets-branch origin main && git push origin main

View File

@ -1,4 +1,4 @@
## charts
## partner-charts
This is charts repo to automate system charts and adding overlays files on top of it.