Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build master only on travis CI #2607

Merged

Conversation

balopat
Copy link
Contributor

@balopat balopat commented Aug 2, 2019

Problem

As we introduced the use of release branches temporarily, when I want to raise the PR to merge changes back to the master branch from the release branch, we see two status checks, one for the release branch, one for the PR merge (similar to travis-ci/travis-ci#3241).

Solution

We do want travis to build on pushes to master. Running builds on pushes to branches requires a global switch - that enables running on all branches. So I'll leave that alone. This PR filters the built branches to master only.

@balopat balopat merged commit 93bc542 into GoogleContainerTools:master Aug 2, 2019
@codecov
Copy link

codecov bot commented Aug 2, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@e5c42e7). Click here to learn what that means.
The diff coverage is n/a.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants