Skip to content

Continuous Integration with Github Actions and Azure Devops#4

Merged
mxwlf merged 2 commits into
mainfrom
develop
Jun 16, 2026
Merged

Continuous Integration with Github Actions and Azure Devops#4
mxwlf merged 2 commits into
mainfrom
develop

Conversation

@mxwlf

@mxwlf mxwlf commented Jun 16, 2026

Copy link
Copy Markdown
Owner

No description provided.

mxwlf added 2 commits June 16, 2026 14:51
The no-commit-to-branch hook blocked direct commits to main/master. It
runs on every machine where the pre-commit hooks are installed, including
CI/CD agents that check out and commit on those branches (e.g. release
automation, version bumps, or pipelines that commit back to main). There
it can fail the run or block legitimate automated commits.

Remove the hook from .pre-commit-config.yaml and all references to it in
the README (the Hooks included entry and the direct-commit guard note).
Run CI on pushes to main and develop, and on pull requests targeting
develop, across both the GitHub Actions and Azure DevOps stubs. Update
the README to document the configured triggers.
@mxwlf
mxwlf merged commit 81a6eee into main Jun 16, 2026
1 check 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.

1 participant