From 3f751c64163d768f2df1754b38d40a631882522b Mon Sep 17 00:00:00 2001 From: Marshall Asch Date: Tue, 2 Jul 2024 14:03:57 -0400 Subject: [PATCH] fix: run helm deployer on main branch --- .github/workflows/build.yaml | 4 ++-- .github/workflows/helm.yaml | 2 +- charts/music-notifications/Chart.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index bf32e99..c47711f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -3,10 +3,10 @@ name: Deployment on: push: branches: - - 'main' + - main pull_request: branches: - - 'main' + - main jobs: docker: diff --git a/.github/workflows/helm.yaml b/.github/workflows/helm.yaml index 7729d69..2a405c0 100644 --- a/.github/workflows/helm.yaml +++ b/.github/workflows/helm.yaml @@ -3,7 +3,7 @@ name: Helm on: push: branches: - - master + - main paths: - 'charts/**' permissions: diff --git a/charts/music-notifications/Chart.yaml b/charts/music-notifications/Chart.yaml index fd56115..a2ec118 100644 --- a/charts/music-notifications/Chart.yaml +++ b/charts/music-notifications/Chart.yaml @@ -22,7 +22,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.0 +version: 0.1.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to