diff --git a/.github/workflows/publish-libs.yaml b/.github/workflows/publish-libs.yaml index c043573cacf3..6d026c9ad910 100644 --- a/.github/workflows/publish-libs.yaml +++ b/.github/workflows/publish-libs.yaml @@ -3,9 +3,9 @@ on: workflow_dispatch: push: branches: - - main + - master paths: - - 'lib/**' + - "lib/**" jobs: publish-libs: diff --git a/lib/README.md b/lib/README.md index 6b2eeac2c0d7..ed55e31d6bb7 100644 --- a/lib/README.md +++ b/lib/README.md @@ -1,2 +1,5 @@ -Crates in this directory are published to crates.io and obey semver. -They *could* live in a separate repo, but we want to experiment with a monorepo setup. +# lib + +Crates in this directory are published to [crates.io](https://crates.io) and obey semver. + +They _could_ live in a separate repo, but we want to experiment with a monorepo setup.