From c1d3246cdc3461284760ff592d8e1316cfa1e1ce Mon Sep 17 00:00:00 2001 From: Loren Gordon Date: Wed, 5 May 2021 12:14:22 -0700 Subject: [PATCH] Runs travis jobs only on merge to master or pull request events --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 515fbd3..ab2a693 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,8 @@ stages: - lint - deploy +if: branch = master OR type = pull_request + jobs: include: - stage: lint