Only build on pushes to PRs or the master branch.
Currently a push to a branch on the main repository that also has a PR open results in two separate travis builds being run - one for the branch and one for the PR.
This commit is contained in:
parent
74bd0dca54
commit
75ce7161ee
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@ env:
|
|||
global:
|
||||
secure: Fw9j5BpL8e5f2boEC2D8l0Cm+pCJx7lyvpZvockSM9cF2Cnt/QPbknJLXPryExLhweQO/lvi0MPuoMhRJv0QbChBjdXzJmR+uU1ejCHfpkTc6Cm/yo3tZMG3Zm7vHs00gla2ytK+XyFIVZLtFxyzy2fxjD64sFO3YrUp0KzSXp8=
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
include:
|
||||
- os: windows
|
||||
|
|
Loading…
Add table
Reference in a new issue