Skip to content

Update condition for committing generated help in action.yml#119

Merged
marko-stanojevic merged 1 commit intomainfrom
fix/docs_update
Jan 26, 2026
Merged

Update condition for committing generated help in action.yml#119
marko-stanojevic merged 1 commit intomainfrom
fix/docs_update

Conversation

@marko-stanojevic
Copy link
Contributor

@marko-stanojevic marko-stanojevic commented Jan 26, 2026

Description

This pull request updates the workflow logic for committing generated help documentation in the .github/actions/ps-build/action.yml file. The change modifies when the Commit generated help step runs, ensuring it only executes for pull requests on non-main branches.

  • Workflow condition update:
    • The Commit generated help step now runs only if the branch is not main and the event is a pull_request, instead of running on pushes to the main branch. (.github/actions/ps-build/action.yml)

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update
  • Code quality improvement (refactoring, tests, performance)

@marko-stanojevic marko-stanojevic merged commit e26c5cb into main Jan 26, 2026
1 of 2 checks passed
@marko-stanojevic marko-stanojevic deleted the fix/docs_update branch January 26, 2026 20: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.

1 participant