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

Allow custom builds to be triggered in Travis CI #7449

Merged
merged 1 commit into from Oct 8, 2023

Conversation

radarhere
Copy link
Member

@radarhere radarhere commented Oct 7, 2023

Helps #7390.

I just went to "Trigger a custom build" in Travis CI, as was intended to be possible, but found it was "Skipped as per condition: IF tag IS present"

if: tag IS present

So this PR updates it to if: tag IS present OR type = api. See https://docs.travis-ci.com/user/conditions-v1 for documentation.

To demonstrate, I pushed the branch to this repository, and triggered a custom build - https://app.travis-ci.com/github/python-pillow/pillow/builds/266441553

@hugovk hugovk merged commit 8e8c08f into python-pillow:main Oct 8, 2023
10 checks passed
@radarhere radarhere deleted the travis branch October 9, 2023 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants