diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index f5f1285..e90a469 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -1,7 +1,7 @@ name: 'Frontend CI' on: - push: + pull_request: defaults: run: @@ -25,7 +25,4 @@ jobs: run: npm install - name: 'Build typescript' - run: npm run build - - - name: 'Run dev' - run: npm run dev \ No newline at end of file + run: npm run build \ No newline at end of file