Skip to content

feat: initial version of the ldap interface (#16) #3

feat: initial version of the ldap interface (#16)

feat: initial version of the ldap interface (#16) #3

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 }}