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

Exclude work-in-progress branches from being built #537

Merged
merged 1 commit into from
Sep 7, 2020

Conversation

nolar
Copy link
Owner

@nolar nolar commented Sep 7, 2020

Description

Only build the merges (the master branch & release/* branches), the version-looking tags (1.2, 1.2rc9, 1.2.3, 1.2.3rc9, etc). The work-in-progress branches are tested by the PR builds.

Otherwise, it didn't build the master branch, and probably wouldn't build the release tags.

Issues/PRs

Issues:

Related: #536

Type of changes

  • Mostly CI/CD automation, contribution experience

Checklist

  • The code addresses only the mentioned problem, and this problem only
  • I think the code is well written
  • Unit tests for the changes exist
  • Documentation reflects the changes
  • If you provide code modification, please add yourself to CONTRIBUTORS.txt

Only build merges (the `master` branch & `release/*` branches),
the version-looking tags (1.2, 1.2rc9, 1.2.3, 1.2.3rc9, etc).
The work-in-progress branches are tested by the PR builds.
@nolar nolar added the automation CI/CD: testing, linting, releasing automatically label Sep 7, 2020
@nolar nolar merged commit 67f91c7 into master Sep 7, 2020
@nolar nolar deleted the exclude-wip-branches branch September 7, 2020 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automation CI/CD: testing, linting, releasing automatically
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant