This repository has been archived by the owner on Jun 7, 2024. It is now read-only.
Publish to edge #45
This file contains 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: Publish to edge | |
# On push to a "special" branch, we: | |
# * always publish to charmhub at latest/edge/branchname | |
# * always run tests | |
# where a "special" branch is one of main/master or track/**, as | |
# by convention these branches are the source for a corresponding | |
# charmhub edge channel. | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
publish-to-edge: | |
uses: canonical/operator-workflows/.github/workflows/publish_charm.yaml@main | |
secrets: inherit | |
with: | |
channel: latest/edge |