Skip to content

Commit

Permalink
enable trigger github actions manually (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
rambohe-ch authored Jul 26, 2024
1 parent 9eb2f88 commit 490d8c1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Lint and Test Charts

on: pull_request
on:
push:
branches:
- main
paths:
- 'charts/**'
workflow_dispatch: {}

jobs:
lint-test:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Release Charts

on:
push:
branches:
- main
workflow_dispatch: {}

jobs:
release:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Once Helm is set up properly, add the repo as follows:
helm repo add openyurt https://openyurtio.github.io/charts
```

If you have already added this repo earlier, run `helm repo update` to retrieve the latest versions of the packages.
You can then run `helm search repo openyurt` to see the charts.

### Install `yurt-manager`
Expand Down

0 comments on commit 490d8c1

Please sign in to comment.