Skip to content

Commit

Permalink
ci: update default branch to main (pomerium#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
travisgroth authored Feb 11, 2022
1 parent a5088aa commit aefe512
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ct-release.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
chart-dirs: charts
target-branch: master
target-branch: main
all: true
chart-repos:
- redis=https://charts.bitnami.com/bitnami
Expand Down
2 changes: 1 addition & 1 deletion .ct.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
chart-dirs: charts
target-branch: master
target-branch: main
chart-repos:
- redis=https://charts.bitnami.com/bitnami
validate-maintainers: false
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release
on:
push:
branches:
- master
- main

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Chart Test
on:
pull_request:
branches:
- master
- main

jobs:
test:
Expand Down

0 comments on commit aefe512

Please sign in to comment.