Skip to content

Commit

Permalink
Merge pull request #283 from richard-cox/package-helm
Browse files Browse the repository at this point in the history
Remove `workflow_dispatch`, fix docs after update
  • Loading branch information
richard-cox authored Jul 24, 2023
2 parents 0d8a0ff + 88db48e commit a895d6f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
# push:
# branches:
# - main
workflow_dispatch:

defaults:
run:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/build-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ on:
pull_request:
branches:
- main
workflow_dispatch:


defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion docs/developer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ In order to assist Epinio UI end-to-end tests we should ensure that it's easy to

### Built-in / Embedded

Any merge to `main` will kick off a build of the epinio extension with a version matching that from `dashboard/pkg/epinio/package.json. If there is an existing release with the same name it will overwrite it.
Any merge to `main` that changes `dashboard/pkg/epinio/package.json` will kick off a build of the epinio extension with a version matching that from `dashboard/pkg/epinio/package.json`. If there is an existing release with the same name it will overwrite it. This is done via the `Build and Release Extension` gh action. Builds won't be available until the `pages-build-deployment` gh action completes as well.

### Standalone

Expand Down

0 comments on commit a895d6f

Please sign in to comment.