Skip to content

Commit 3876f99

Browse files
committed
change main to master
1 parent 0d57880 commit 3876f99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release Chart
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77

88
jobs:
99
release:

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish Container Image
33
on:
44
push:
55
branches:
6-
- 'main'
6+
- 'master'
77
tags:
88
- '*'
99
workflow_dispatch:

0 commit comments

Comments
 (0)