diff --git a/.github/workflows/production-suite.yml b/.github/workflows/production-suite.yml index 10d45dc0b6..0ab50e2632 100644 --- a/.github/workflows/production-suite.yml +++ b/.github/workflows/production-suite.yml @@ -2,7 +2,27 @@ name: Zulip Production Suite on: push: + paths: + - "**/migrations/**" + - puppet/** + - requirements/** + - scripts/** + - static/** + - tools/** + - zproject/** + - yarn.lock + - .github/workflows/production-suite.yml pull_request: + paths: + - "**/migrations/**" + - puppet/** + - requirements/** + - scripts/** + - static/** + - tools/** + - zproject/** + - yarn.lock + - .github/workflows/production-suite.yml defaults: run: