From 39d8ff03f8655d112c8814cb85e5a9a476263208 Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Sat, 3 Sep 2022 01:36:48 -0800 Subject: [PATCH] add scope --- .github/workflows/frontend.yaml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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: