Skip to content

Commit c960930

Browse files
committed
switch default branch to main
1 parent e83406e commit c960930

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on:
44
push: {}
55
pull_request:
6-
branches: [ master ]
6+
branches: [ main ]
77

88
jobs:
99

example/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/joelanford/helm-operator:master
1+
FROM quay.io/joelanford/helm-operator:main
22

33
ENV HOME=/opt/helm
44
COPY watches.yaml ${HOME}/watches.yaml

0 commit comments

Comments
 (0)