ci: point to updated branch

[skip ci]
This commit is contained in:
Nicolas Giard
2022-02-04 22:52:52 -05:00
committed by GitHub
parent 8d420759f8
commit dab99ff537
3 changed files with 2 additions and 160 deletions

View File

@@ -3,7 +3,7 @@ name: Build + Publish
on:
push:
branches:
- dev
- main
tags:
- 'v*'

View File

@@ -3,7 +3,7 @@ name: Helm Chart CI
on:
# Triggers the workflow on push or pull request events but only for the dev branch
push:
branches: [ dev ]
branches: [ main ]
paths: [ dev/helm/** ]
# Allows you to run this workflow manually from the Actions tab