build: add pyxform-http app to chart, bump --> 0.2.1 #14
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: 🚀 Release Chart | |
| on: | |
| # Push includes PR merge | |
| push: | |
| branches: | |
| - main | |
| paths: | |
| # Workflow is triggered only if chart dir changes | |
| - chart/** | |
| # Allow manual trigger | |
| workflow_dispatch: | |
| permissions: | |
| contents: read | |
| packages: write | |
| jobs: | |
| publish: | |
| uses: hotosm/gh-workflows/.github/workflows/[email protected] | |
| with: | |
| environment: "test" | |
| command: "chart publish" | |
| secrets: inherit |