chore: add workflow_dispatch trigger to quality checks workflow

This commit is contained in:
GitHub Actions
2026-03-02 14:37:16 +00:00
parent a6188bf2f1
commit b5c5ab0bc3

View File

@@ -4,7 +4,9 @@ on:
pull_request:
push:
branches:
- nightly
- main
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}