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

chore: update ci trigger #6749

Merged
merged 1 commit into from
Jan 27, 2025
Merged

chore: update ci trigger #6749

merged 1 commit into from
Jan 27, 2025

Conversation

Aarebecca
Copy link
Contributor

No description provided.

Copy link

Walkthrough

This pull request updates the CI trigger configuration in the .github/workflows/ci.yml file. The changes involve modifying the conditions under which the CI pipeline is triggered, likely to improve the efficiency or accuracy of the CI process.

Changes

File Summary
.github/workflows/ci.yml Updated CI trigger conditions with 4 additions and 1 deletion to optimize CI pipeline execution.

@@ -1,9 +1,12 @@
name: build
name: CI

on:
push:
paths-ignore:

Choose a reason for hiding this comment

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

Ensure that the new CI trigger conditions do not inadvertently exclude necessary builds or tests. Verify that all critical paths are still covered.

@Aarebecca Aarebecca merged commit 8314206 into v5 Jan 27, 2025
3 checks passed
@Aarebecca Aarebecca deleted the chore/ci branch January 27, 2025 02:47
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.

1 participant