Skip to content

feat: update the ldap juju interface library (#17) #5

feat: update the ldap juju interface library (#17)

feat: update the ldap juju interface library (#17) #5

Workflow file for this run

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