Skip to content

Commit

Permalink
Fix CI not triggering on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
KoenHav authored Jul 8, 2021
1 parent 41ad87a commit dfd8aff
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ stages:
- "Lint"

# Only build every commit on the master branch (pull requests on other branches are still built)
branches:
only:
- master
if: (type = push AND branch IN (master)) OR (type = pull_request)

jobs:
include:
Expand Down

0 comments on commit dfd8aff

Please sign in to comment.