Skip to content

Commit

Permalink
Runs travis jobs only on merge to master or pull request events
Browse files Browse the repository at this point in the history
  • Loading branch information
lorengordon authored May 5, 2021
1 parent cd1a850 commit c1d3246
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ stages:
- lint
- deploy

if: branch = master OR type = pull_request

jobs:
include:
- stage: lint
Expand Down

0 comments on commit c1d3246

Please sign in to comment.