From f2402f64e10557649ffa1bdb79c6d4c00cea41be Mon Sep 17 00:00:00 2001 From: Budhi <964106+sapiderman@users.noreply.github.com> Date: Wed, 22 Nov 2023 16:56:33 +0700 Subject: [PATCH] fix path typo (#1195) --- .github/workflows/npm-notification-publish.yml | 2 +- packages/notification/README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/npm-notification-publish.yml b/.github/workflows/npm-notification-publish.yml index 4bb0bde52..de357f0ea 100644 --- a/.github/workflows/npm-notification-publish.yml +++ b/.github/workflows/npm-notification-publish.yml @@ -7,7 +7,7 @@ on: workflow_dispatch: push: paths: - - 'package/notification/**' + - 'packages/notification/**' branches: - 'main' diff --git a/packages/notification/README.md b/packages/notification/README.md index 17f8bba75..112990a99 100644 --- a/packages/notification/README.md +++ b/packages/notification/README.md @@ -36,3 +36,4 @@ For further details see: 1. [Turborepo](https://turbo.build/repo/docs/handbook/workspaces#workspaces-which-depend-on-each-other) 2. [Monika docs](https://monika.hyperjump.tech/overview) +3. [Notification documentations](https://monika.hyperjump.tech/guides/notifications)