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

Enable running CI workflow on all PRs #264

Merged
merged 2 commits into from
Sep 22, 2023

Conversation

rolandkakonyi
Copy link
Contributor

@rolandkakonyi rolandkakonyi commented Sep 22, 2023

Description

When opening a PR that is targeting other than the development branch we don't run the CI workflow right now.
This is problematic when working on a bigger feature with a chain of PRs open.

Changes

Enabled running the CI workflow on all PRs.

Checklist

  • 🗒 CHANGELOG entry - not applicable

@rolandkakonyi rolandkakonyi self-assigned this Sep 22, 2023
@rolandkakonyi rolandkakonyi marked this pull request as ready for review September 22, 2023 13:12
paths-ignore:
- '*.md'

push:
branches: [development]
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we want to keep this. I think we only want the CI to run for push events to a pull request, but not on a push to any branch without PR.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That makes sense, reverted in: e1bcaf6

@rolandkakonyi rolandkakonyi changed the title Enable running CI workflow on all branches Enable running CI workflow on all PRs Sep 22, 2023
@rolandkakonyi rolandkakonyi merged commit 9c99dd1 into development Sep 22, 2023
@rolandkakonyi rolandkakonyi deleted the enable-CI-workflow-on-all-branches branch September 22, 2023 13:34
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