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

Adjust CI trigger to run pre-merge on all pull requests #15

Merged
merged 1 commit into from Feb 7, 2022

Conversation

mtreinish
Copy link
Collaborator

This commit adjust the ci configuration for mapomatic to run pre-merge
on all opened PRs to the main branch. Previously it was configured to
only run on push events which would get triggered by any commit being
pushed to an upstream branch. However, this wouldn't run CI on a pull
request opened from a fork until after it was merged. By changing this
to trigger on pull requests we enable running the tests before we merge
to make sure all proposed changes don't cause a regresssion.

This commit adjust the ci configuration for mapomatic to run pre-merge
on all opened PRs to the main branch. Previously it was configured to
only run on push events which would get triggered by any commit being
pushed to an upstream branch. However, this wouldn't run CI on a pull
request opened from a fork until after it was merged. By changing this
to trigger on pull requests we enable running the tests before we merge
to make sure all proposed changes don't cause a regresssion.
@nonhermitian nonhermitian merged commit d2bfa5b into qiskit-community:main Feb 7, 2022
@nonhermitian
Copy link
Collaborator

Thanks!

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