diff --git a/.github/workflows/client-dev.yml b/.github/workflows/client-dev.yml index ddb5e5d9..c319338a 100644 --- a/.github/workflows/client-dev.yml +++ b/.github/workflows/client-dev.yml @@ -7,6 +7,12 @@ on: paths: - "client/**" - ".github/workflows/client-dev.yml" + pull_request: + branches: + - main + paths: + - "client/**" + - ".github/workflows/client-dev.yml" jobs: build: