FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix workflow path by a5chin · Pull Request #130 · a5chin/python-uv · GitHub

Fix workflow path - #130

Merged
a5chin merged 1 commit into
mainfrom
fix/docs
Nov 11, 2025
Merged

Fix workflow path#130
a5chin merged 1 commit into
mainfrom
fix/docs

Conversation

a5chin commented Nov 11, 2025
edited by github-actions Bot
Loading

Copy link
Copy Markdown
Owner

PR Type

Enhancement


Description

  • Refine CI/CD workflow trigger.

  • Target only documentation Markdown files.

  • Improve deployment efficiency.


Diagram Walkthrough

flowchart LR
  gh_deploy_workflow[".github/workflows/gh-deploy.yml"] -- "now triggers on changes to" --> docs_markdown["docs/**.md files"]
Loading

File Walkthrough

Relevant files
Configuration changes
gh-deploy.yml
Refine workflow trigger for documentation Markdown files 

.github/workflows/gh-deploy.yml

  • Updated the pull_request path filter.
  • Changed the watched path from docs to docs/**.md.
  • Ensures the workflow triggers only for Markdown file changes within
    docs.
+1/-1     

a5chin self-assigned this Nov 11, 2025
a5chin merged commit b3686bd into main Nov 11, 2025
2 checks passed
a5chin deleted the fix/docs branch November 11, 2025 01:54
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL