diff --git a/.github/workflows/frontend.yaml b/.github/workflows/frontend.yaml index ecfeca6..91a85ba 100644 --- a/.github/workflows/frontend.yaml +++ b/.github/workflows/frontend.yaml @@ -1,6 +1,14 @@ on: - - push - - pull_request + push: + branches: [main] + paths: + - "**.ts" + - "**.vue" + pull_request: + branches: [main] + paths: + - "**.ts" + - "**.vue" jobs: Frontend: