Skip to content

Commit

Permalink
Merge pull request #13 from citizensadvice/rename-master-to-main
Browse files Browse the repository at this point in the history
rename master to main
  • Loading branch information
mrdaniellewis authored Feb 14, 2023
2 parents c875c67 + 7f7629b commit 088b0c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: '3.10'

- name: Set up chart-testing
uses: helm/[email protected]

Expand All @@ -30,7 +30,7 @@ jobs:

- name: Lint Charts
run: ct lint --all --check-version-increment=false --validate-maintainers=false

- name: Validate Charts
run: python3 bin/validate.py
env:
Expand All @@ -53,15 +53,15 @@ jobs:

- name: Set up Helm
uses: azure/setup-helm@v3

- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.10'

- name: Set up chart-testing
uses: helm/[email protected]

- name: Install AWS CLI
uses: unfor19/[email protected]

Expand All @@ -87,7 +87,7 @@ jobs:
publish-charts:
runs-on: ubuntu-22.04
needs: test-charts
if: github.ref_name == 'master'
if: github.ref_name == 'main'
steps:
- name: Git Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ icon: https://helm.elastic.co/icons/elasticsearch.png
```
- Add the chart source to the `src` directory
- Create a pull request to `master`
- Create a pull request to `main`
- Chart will be published upon merge

## Validator
Expand Down

0 comments on commit 088b0c2

Please sign in to comment.