Skip to content

chore(deps): update github actions (#42) #23

chore(deps): update github actions (#42)

chore(deps): update github actions (#42) #23

Workflow file for this run

name: On Push
on:
push:
branches:
- main
- track/**
jobs:
tests:
name: Run Tests
uses: ./.github/workflows/tests.yaml
publish-charm:
name: Publish Charm
needs: tests
uses: ./.github/workflows/publish.yaml
secrets:
CHARMCRAFT_CREDENTIALS: ${{ secrets.CHARMCRAFT_CREDENTIALS }}