Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

HexDecimal
Copy link
Collaborator

I like to use the CI to test my topic branches before making a PR for them, but I can't do that when push is restricted to the master branch.

Having both push and pull_request can cause updates to PR's to be run twice when updated. Restricting the types reduces this. Then if you ever need to manually trigger the test on a PR you can close and reopen that PR.

I like to use the CI to test my topic branches before making a
PR for them, but I can't do that when push is restricted to the master
branch.

Having push and pull_request can cause updates to PR's to be tested
twice when updated.  Restricting the types reduces this.

To manually trigger a test on a PR you can close and reopen that PR.
Copy link
Owner

@kvas-it kvas-it left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you. This is better indeed.

@kvas-it kvas-it merged commit 7e0da7e into kvas-it:master May 16, 2023
@HexDecimal HexDecimal deleted the update-triggers branch May 16, 2023 10:54
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.

2 participants