diff options
Diffstat (limited to '.github/workflows/legacy.yml')
-rw-r--r-- | .github/workflows/legacy.yml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/.github/workflows/legacy.yml b/.github/workflows/legacy.yml index 1fb5da8e..6edcd1db 100644 --- a/.github/workflows/legacy.yml +++ b/.github/workflows/legacy.yml @@ -2,9 +2,15 @@ name: Legacy App Lint on: push: - branches: [ master ] + branches: + - master + paths: + - web/** pull_request: - branches: [ master ] + branches: + - master + paths: + - web/** jobs: build: |