Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix(workflow): limit repo structure updates to main branch#515

Merged
lazyxeon merged 3 commits into
mainfrom
codex/fix-update-repo-structure-workflow
Aug 29, 2025
Merged

fix(workflow): limit repo structure updates to main branch#515
lazyxeon merged 3 commits into
mainfrom
codex/fix-update-repo-structure-workflow

Conversation

@lazyxeon

Copy link
Copy Markdown
Owner

Summary

  • limit repo structure workflow to run only on main

Testing

  • pre-commit run --files .github/workflows/update-repo-structure.yml
  • pytest

https://chatgpt.com/codex/tasks/task_e_68b21027e5b48322af1dbd21644c01b9

Copilot AI review requested due to automatic review settings August 29, 2025 21:08

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 restricts the "Update Repo Structure" GitHub workflow to only execute on pushes to the main branch, preventing unnecessary executions on feature branches.

  • Adds branch filtering to limit workflow execution to the main branch only

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

github-actions Bot and others added 2 commits August 29, 2025 17:17
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@lazyxeon lazyxeon merged commit 776e9ee into main Aug 29, 2025
16 of 38 checks passed
@lazyxeon lazyxeon deleted the codex/fix-update-repo-structure-workflow branch August 29, 2025 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants