Skip to content

Commit bc6b6c9

Browse files
authored
Merge pull request #4 from Addyvan/feature/bells-n-whistles
swapping master -> main
2 parents 753acb2 + dc710cd commit bc6b6c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy-chart.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy helm chart
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
paths:
77
- '.github/workflows/deploy-chart.yml'
88
- 'chart/**'
@@ -11,10 +11,10 @@ jobs:
1111
deploy-mig-daemon-img:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- name: Checkout master
14+
- name: Checkout main
1515
uses: actions/checkout@v1
1616
with:
17-
ref: 'master'
17+
ref: 'main'
1818

1919
- name: Install tools
2020
run: |

0 commit comments

Comments
 (0)