Skip to content

Commit

Permalink
OPS-3209 Workflow now on push
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Dahlke committed Apr 6, 2022
1 parent f05ad72 commit c153680
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/push-helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ name: Release Charts

on:
push:
tags:
- 'helmfunctest-[0-9]+.[0-9]+.[0-9]+'
branches:
- main
paths:
- 'charts/functest'

workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion charts/functest/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ version: 0.1.3
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.0.0"
appVersion: "0.9.3"

0 comments on commit c153680

Please sign in to comment.