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

update typed-builder and improve ci #116

Merged
merged 2 commits into from
Sep 19, 2023
Merged

Conversation

ayrat555
Copy link
Owner

No description provided.

@ayrat555 ayrat555 requested review from EdJoPaTo and pxp9 September 18, 2023 14:25
Copy link
Collaborator

@pxp9 pxp9 left a comment

Choose a reason for hiding this comment

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

Nice 👍

@@ -3,6 +3,7 @@ name: Test and Build Rust
on:
push:
pull_request:
types: [opened, reopened]
Copy link
Collaborator

Choose a reason for hiding this comment

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

Shouldnt it also run when there is something new pushed? I would remove the filter here as its also simpler then. Or do I overlook something?

Copy link
Owner Author

Choose a reason for hiding this comment

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

it runs on every push. the problem is on every push before my changes every ci step was running twice

Copy link
Collaborator

Choose a reason for hiding this comment

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

pull_request merges with the target branch and runs on pull request activity like new pushes to the pull request while push runs only for branches in this repo. Pull Requests from other people are not on branches in this repo and are therefore not included in push.

@ayrat555 ayrat555 merged commit d21dff7 into master Sep 19, 2023
@ayrat555 ayrat555 deleted the ayrat555/bump-typed-builder branch September 19, 2023 08:31
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.

3 participants