Skip to content

Commit

Permalink
Adapt publish workflow (#92)
Browse files Browse the repository at this point in the history
Bypassed docs step. Unrelated failure
  • Loading branch information
arturo-seijas authored Jun 28, 2023
1 parent 93d0f32 commit bca522f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 38 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/publish_charm.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
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
38 changes: 0 additions & 38 deletions .github/workflows/test_and_publish_charm.yaml

This file was deleted.

0 comments on commit bca522f

Please sign in to comment.