Skip to content

update pr workflow #697

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
Jul 7, 2025
Merged

update pr workflow #697

merged 1 commit into from
Jul 7, 2025

Conversation

danditomaso
Copy link
Collaborator

Description

Related Issues

Changes Made

Testing Done

Screenshots (if applicable)

Checklist

  • Code follows project style guidelines
  • Documentation has been updated or added
  • Tests have been added or updated
  • All i18n translation labels have been added (read
    CONTRIBUTING_I18N_DEVELOPER_GUIDE.md for more details)

@Copilot Copilot AI review requested due to automatic review settings July 7, 2025 15:52
@danditomaso danditomaso merged commit 3bcda37 into main Jul 7, 2025
3 checks passed
@danditomaso danditomaso deleted the update-pr-workflow branch July 7, 2025 15:52
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 renames the CI workflow and changes its trigger to run on pull requests instead of pushes to main.

  • Renamed workflow from “Push to Main CI” to “Pull Request CI”
  • Replaced push trigger on main branch with a pull_request event
  • Kept existing permissions configuration
Comments suppressed due to low confidence (1)

.github/workflows/pr.yml:3

  • [nitpick] Consider narrowing the pull_request trigger to specific branches or event types (e.g., types: [opened, synchronize]) to reduce unnecessary CI runs.
on: pull_request

danditomaso added a commit to danditomaso/meshtastic-web that referenced this pull request Jul 7, 2025
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