diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index 66acdf85..332975cf 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -1,10 +1,9 @@ name: Conformance Tests on: - # TODO: enable automatic triggering when tested. - # push: - # branches: [main] - # pull_request: + push: + branches: [main] + pull_request: workflow_dispatch: concurrency: diff --git a/conformance/baseline.yml b/conformance/baseline.yml index 27d07d6e..d731cd1d 100644 --- a/conformance/baseline.yml +++ b/conformance/baseline.yml @@ -18,4 +18,5 @@ client: - auth/token-endpoint-auth-none - auth/client-credentials-jwt - auth/client-credentials-basic +- auth/pre-registration - sse-retry