Skip to content

Commit

Permalink
Change branch name from master to main [2]
Browse files Browse the repository at this point in the history
  • Loading branch information
aeciopires committed Nov 26, 2024
1 parent ae10675 commit 59e5642
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Thank you for contributing to this repository. Before you submit this PR we'd like to
make sure you are aware of our technical requirements and best practices:
* https://github.com/zabbix-community/helm-zabbix/blob/master/CONTRIBUTING.md
* https://github.com/zabbix-community/helm-zabbix/blob/master/charts/zabbix/docs/requirements.md
* https://github.com/zabbix-community/helm-zabbix/blob/main/CONTRIBUTING.md
* https://github.com/zabbix-community/helm-zabbix/blob/main/charts/zabbix/docs/requirements.md
Following our best practices right from the start will accelerate the review process and
help get your PR merged quicker.
Expand All @@ -25,5 +25,5 @@ For fast feedback, please @-mention maintainers that are listed in the Chart.yam

#### Checklist
[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]
- [ ] [DCO](https://github.com/zabbix-community/helm-zabbix/blob/master/CONTRIBUTING.md) signed
- [ ] [DCO](https://github.com/zabbix-community/helm-zabbix/blob/main/CONTRIBUTING.md) signed
- [ ] Variables are documented in values.yaml with [Helm-Docs](https://github.com/norwoodj/helm-docs) comments, as we build README.md using this utility
2 changes: 1 addition & 1 deletion .github/workflows/helm-chart-releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
push:
# Sequence of patterns matched against refs/heads
#branches:
# - master
# - main
# Sequence of patterns matched against refs/tags
tags:
- '*'
Expand Down

0 comments on commit 59e5642

Please sign in to comment.