Skip to content

Commit

Permalink
chore: update description
Browse files Browse the repository at this point in the history
  • Loading branch information
M7mdisk committed Aug 22, 2024
1 parent 4cf38f0 commit cb8f3df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish_charm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ env:
jobs:
pack-charm:
# only run when ./charm content changes
if: ${{ github.event_name == 'push' && contains(github.event.commits.*.added, 'charm') || contains(github.event.commits.*.modified, 'charm') }}
- path:
- 'charm/**'
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion charm/charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bases:

summary: The charm for the charmhub.io website

description: The charm for the charmhub.io website, built with PaaS app charmer
description: The charm for the charmhub.io website, built with [PaaS app charmer](https://juju.is/docs/sdk/paas-charm)

extensions:
- flask-framework

0 comments on commit cb8f3df

Please sign in to comment.