diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 1b11baec..499b26d3 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -4,8 +4,6 @@ on: push: branches: - main - - alpha - - beta jobs: run-tests: diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 851e2eea..6fa8f6f8 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -9,8 +9,6 @@ on: - labeled branches: - main - - alpha - - beta # Allow calling manually from GitHub workflow_dispatch: diff --git a/README.md b/README.md index c6096b13..ec7e13db 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Kong Markdown > [!IMPORTANT] -> This repository is currently in development. Breaking changes should be expected. +> This repository and the `@kong/markdown` package are currently in development. Breaking changes should be expected. Kong's open-source markdown renderer and live editor.