diff --git a/.github/workflows/backend-check.yml b/.github/workflows/backend-check.yml index 38f6f6df21..db832ff361 100644 --- a/.github/workflows/backend-check.yml +++ b/.github/workflows/backend-check.yml @@ -1,5 +1,9 @@ name: Backend check on: + pull_request: + types: [opened, synchronize, reopened] + - "backend/**" + - ".github/workflows/backend-check.yml" push: paths: - "backend/**" diff --git a/.github/workflows/frontend-check.yml b/.github/workflows/frontend-check.yml index 64883cb303..4245949f33 100644 --- a/.github/workflows/frontend-check.yml +++ b/.github/workflows/frontend-check.yml @@ -1,10 +1,16 @@ name: check frontend build on: pull_request: - types: [opened, synchronize, reopened, closed] + types: [opened, synchronize, reopened] paths: - "frontend/**" + - ".github/workflows/frontend-check.yml" + merge_group: + push: + paths: + - "frontend/**" + - ".github/workflows/frontend-check.yml" jobs: npm_check: