Skip to content

feat: fine graind ghe trigger paths#55

Merged
Perry2004 merged 1 commit intomainfrom
feat/fine-tune-gha-trigger-paths
Oct 18, 2025
Merged

feat: fine graind ghe trigger paths#55
Perry2004 merged 1 commit intomainfrom
feat/fine-tune-gha-trigger-paths

Conversation

@Perry2004
Copy link
Owner

No description provided.

Copilot AI review requested due to automatic review settings October 18, 2025 19:15
Copy link

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 refines GitHub Actions workflow trigger paths by making the path ignore patterns more specific. The key change is narrowing the ignore pattern from .github/** to .github/workflows/** to allow non-workflow GitHub configuration changes to trigger the workflows.

Key Changes:

  • Updated push-artifacts.yaml to ignore only .github/workflows/** instead of .github/**
  • Updated build-check.yaml to add ignore patterns for .github/workflows/** and README.md

Reviewed Changes

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

File Description
.github/workflows/push-artifacts.yaml Narrowed path ignore pattern from .github/** to .github/workflows/**
.github/workflows/build-check.yaml Added ignore patterns for .github/workflows/** and README.md

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

- scripts/**
- README.md
- .github/**
- .github/workflows/**
Copy link

Copilot AI Oct 18, 2025

Choose a reason for hiding this comment

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

This ignore pattern will prevent the workflow from triggering when its own file is modified, but changes to this workflow file should typically trigger the workflow to validate the changes work correctly. Consider if this self-exclusion is intentional.

Suggested change
- .github/workflows/**

Copilot uses AI. Check for mistakes.
types: [opened, synchronize]
paths-ignore:
- scripts/**
- .github/workflows/**
Copy link

Copilot AI Oct 18, 2025

Choose a reason for hiding this comment

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

This ignore pattern will prevent the workflow from triggering when its own file is modified, but changes to this workflow file should typically trigger the workflow to validate the changes work correctly. Consider if this self-exclusion is intentional.

Suggested change
- .github/workflows/**

Copilot uses AI. Check for mistakes.
@Perry2004 Perry2004 merged commit eaa2597 into main Oct 18, 2025
2 checks passed
@Perry2004 Perry2004 deleted the feat/fine-tune-gha-trigger-paths branch October 18, 2025 19:16
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