Skip to content

chore: run ci-cd.yml on pull_request #158

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

Merged
merged 1 commit into from
May 12, 2025
Merged

Conversation

arjendev
Copy link
Collaborator

@arjendev arjendev commented May 9, 2025

Fixes #157

@arjendev arjendev force-pushed the chore/run-checks-for-prs branch from 261340c to 6ec0ecc Compare May 9, 2025 12:48
@arjendev arjendev requested a review from Copilot May 9, 2025 14:28
Copy link
Contributor

@Copilot 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/CD workflow trigger from push events to pull_request events.

  • Changed trigger event in the workflow file to run on pull requests instead of pushes.
Comments suppressed due to low confidence (1)

.github/workflows/ci-cd.yml:4

  • Ensure this change from 'push' to 'pull_request' is intended and that any necessary documentation or complementary configuration adjustments are updated accordingly.
on: [pull_request]  # yamllint disable-line rule:truthy

@arjendev arjendev force-pushed the chore/run-checks-for-prs branch 2 times, most recently from 9dd473e to 4262116 Compare May 12, 2025 11:05
@arjendev arjendev force-pushed the chore/run-checks-for-prs branch from 4262116 to 67ef31c Compare May 12, 2025 11:36
@arjendev arjendev merged commit e2351cb into main May 12, 2025
25 checks passed
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.

run ci-cd.yaml for incoming fork PR's
2 participants