Skip to content

Conversation

@JaLuka98
Copy link
Owner

This pull request updates branch filtering rules in GitHub Actions workflows to align with standard practices: Run with push on main and PR to any branch.

Workflow updates:

  • .github/workflows/lint.yaml: Modified the push event to trigger only on the main branch and the pull_request event to trigger on all branches.
  • .github/workflows/ode.yaml: Updated the push event to trigger only on the main branch and the pull_request event to trigger on all branches.

@JaLuka98 JaLuka98 requested a review from Copilot June 10, 2025 06:17
@JaLuka98 JaLuka98 self-assigned this Jun 10, 2025
@JaLuka98 JaLuka98 added the ci Changes to GitHub Actions, test workflows, or deployment. label Jun 10, 2025
Copy link
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 branch filtering rules in GitHub Actions workflows so that push events run only on the main branch and pull_request events trigger on any branch.

  • Updated the push event branch filter to "main" in both workflow files.
  • Updated the pull_request event branch filter to "*" in both workflow files.

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/ode.yaml Changed push branch filter from "" to "main" and pull_request from "main" to ""
.github/workflows/lint.yaml Changed push branch filter from "" to "main" and pull_request from "main" to ""

@JaLuka98 JaLuka98 marked this pull request as ready for review June 10, 2025 06:19
@JaLuka98 JaLuka98 merged commit aa6be70 into main Jun 10, 2025
3 checks passed
@JaLuka98 JaLuka98 deleted the 25_06_10_updateCI branch June 10, 2025 06:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci Changes to GitHub Actions, test workflows, or deployment.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants