Skip to content

Commit

Permalink
Merge pull request #6 from canonical/fix-release-pipeline
Browse files Browse the repository at this point in the history
Fix release pipeline
  • Loading branch information
arturo-seijas authored Oct 19, 2023
2 parents 8e9f778 + 24b358c commit 04defd7
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/publish_charm.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
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:
workflow_dispatch:
push:
branches:
- main
- track/**

jobs:
publish-to-edge:
uses: canonical/operator-workflows/.github/workflows/publish_charm.yaml@main
secrets: inherit
with:
channel: latest/edge

0 comments on commit 04defd7

Please sign in to comment.