Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
trying workflows from a branch (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
gtrkiller authored Nov 25, 2022
1 parent 820efd5 commit ddc9b36
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 18 deletions.
File renamed without changes.
15 changes: 0 additions & 15 deletions .github/workflows/publish_branch.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,16 @@ name: Publish to edge
# charmhub edge channel.

on:
workflow_dispatch:
push:
branches:
- main
- track/**

jobs:
publish-to-edge:
uses: canonical/operator-workflows/.github/workflows/on_push.yaml@main
uses: canonical/operator-workflows/.github/workflows/test_and_publish_charm.yaml@main
secrets: inherit
with:
integration-test-pre-run-script: microk8s-installation.sh
integration-test-provider: lxd
integration-test-pre-run-script: microk8s-installation.sh
integration-test-provider: lxd

0 comments on commit ddc9b36

Please sign in to comment.