Skip to content

chore: add docs branch trigger to verification workflow#10

Merged
CoderDeltaLAN merged 1 commit into
mainfrom
chore/add-docs-branch-trigger
Jun 6, 2026
Merged

chore: add docs branch trigger to verification workflow#10
CoderDeltaLAN merged 1 commit into
mainfrom
chore/add-docs-branch-trigger

Conversation

@CoderDeltaLAN

Copy link
Copy Markdown
Owner

Adds docs/** to the push branch triggers for the verification workflow.

Scope:

  • update only .github/workflows/verify.yml;
  • add docs/** to push branches;
  • keep pull_request validation unchanged.

Reason:

  • documentation branches were validated by pull_request checks;
  • Always-Green discipline is stronger when docs/** push branches also create workflow runs.

Constraints:

  • no README changes;
  • no index.html changes;
  • no assets changes;
  • no documentation content changes;
  • no generated/vendor artifacts.

Local validation:

  • scripts/verify.sh OK;
  • git diff --check OK;
  • pre-push validation OK.

@CoderDeltaLAN CoderDeltaLAN merged commit ef1961b into main Jun 6, 2026
2 checks passed
@CoderDeltaLAN CoderDeltaLAN deleted the chore/add-docs-branch-trigger branch June 6, 2026 00:40
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