Skip to content

Commit

Permalink
switch default branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
joelanford committed Jan 16, 2021
1 parent e83406e commit c960930
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on:
push: {}
pull_request:
branches: [ master ]
branches: [ main ]

jobs:

Expand Down
2 changes: 1 addition & 1 deletion example/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/joelanford/helm-operator:master
FROM quay.io/joelanford/helm-operator:main

ENV HOME=/opt/helm
COPY watches.yaml ${HOME}/watches.yaml
Expand Down

0 comments on commit c960930

Please sign in to comment.