ISD-1657 add declarative pipeline plugin integration test (#121) #84
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: | |
branches: | |
- main | |
jobs: | |
test-and-publish-charm: | |
uses: canonical/operator-workflows/.github/workflows/publish_charm.yaml@main | |
secrets: inherit | |
with: | |
channel: latest/edge |