We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a Software Developer,
I want to run the linter action without a push or pull request,
so I can define my own triggers/events for running the linter action.
workflow_dispatch
workflow_call
The text was updated successfully, but these errors were encountered:
No branches or pull requests
User Story Description
As a Software Developer,
I want to run the linter action without a push or pull request,
so I can define my own triggers/events for running the linter action.
Acceptance Criteria
workflow_dispatch
trigger on the current branchworkflow_dispatch
trigger against selected branch or commit sha (i.e. dispatch input)workflow_call
trigger against a specified branch or commit sha parameterSprint Ready Checklist
The text was updated successfully, but these errors were encountered: