Skip to content

Commit

Permalink
Build on tags (#19)
Browse files Browse the repository at this point in the history
* Build on tags

* Fix img
  • Loading branch information
unxnn authored Nov 20, 2021
1 parent c209e75 commit 3eac681
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: Helm Charts
on:
push:
branches:
- master
- "!*"
tags:
- "v*"

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion charts/operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The versions required are:

## How it works

![operator architecture](https://github.com/stakewise/helm-charts/raw/main/operator/img/scheme.png)
![operator architecture](https://github.com/stakewise/helm-charts/raw/main/charts/operator/img/scheme.png)

**Explanation of the schema**

Expand Down

0 comments on commit 3eac681

Please sign in to comment.