diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 3477376f..4a9ade1d 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -4,9 +4,11 @@ on: push: branches: - main - pull_request: + - depromeet/layer:main + pull_request_target: branches: - main + - depromeet/layer:main jobs: build: diff --git a/src/app/MainPage.tsx b/src/app/MainPage.tsx index 7514151a..4df87f27 100644 --- a/src/app/MainPage.tsx +++ b/src/app/MainPage.tsx @@ -4,7 +4,7 @@ import { useAtom } from "jotai"; import { messageAtom } from "@/store/messageAtom.tsx"; function MainPage() { - const [message, setMessage] = useAtom(messageAtom); + const [message] = useAtom(messageAtom); return (
welcome to layer 🎇