Skip to content

Update ci.yml#3

Merged
eugener merged 1 commit intodevelopfrom
eugener-patch-1
Jun 7, 2025
Merged

Update ci.yml#3
eugener merged 1 commit intodevelopfrom
eugener-patch-1

Conversation

@eugener
Copy link
Copy Markdown
Owner

@eugener eugener commented Jun 7, 2025

No description provided.

Copilot AI review requested due to automatic review settings June 7, 2025 16:19
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates the CI workflow configuration by modifying the branch filters for push and pull_request events.

  • Adjusted the push event branch filter to include "main" and "develop".
  • Modified the pull_request event branch filter to only include "main".
Comments suppressed due to low confidence (2)

.github/workflows/ci.yml:5

  • The push event now includes 'develop'; consider verifying if pull_request events should also run for 'develop' to maintain consistency in CI triggers.
+        branches: [main, develop]

.github/workflows/ci.yml:7

  • The pull_request event currently only triggers on 'main'; if pull requests targeting 'develop' should run CI as well, update the branch filter accordingly.
+        branches: [main]

@eugener eugener merged commit 00554f7 into develop Jun 7, 2025
@eugener eugener deleted the eugener-patch-1 branch June 7, 2025 16:21
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