Skip to content

Commit

Permalink
Merge pull request #4 from Addyvan/feature/bells-n-whistles
Browse files Browse the repository at this point in the history
swapping master -> main
  • Loading branch information
Addyvan authored Feb 17, 2021
2 parents 753acb2 + dc710cd commit bc6b6c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy helm chart
on:
push:
branches:
- master
- main
paths:
- '.github/workflows/deploy-chart.yml'
- 'chart/**'
Expand All @@ -11,10 +11,10 @@ jobs:
deploy-mig-daemon-img:
runs-on: ubuntu-latest
steps:
- name: Checkout master
- name: Checkout main
uses: actions/checkout@v1
with:
ref: 'master'
ref: 'main'

- name: Install tools
run: |
Expand Down

0 comments on commit bc6b6c9

Please sign in to comment.