Unnamed repository; edit this file 'description' to name the repository.
| -rw-r--r-- | .github/workflows/publish-libs.yaml | 4 | ||||
| -rw-r--r-- | lib/README.md | 7 |
2 files changed, 7 insertions, 4 deletions
diff --git a/.github/workflows/publish-libs.yaml b/.github/workflows/publish-libs.yaml index c043573cac..6d026c9ad9 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 6b2eeac2c0..ed55e31d6b 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. |