diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 923e678..ae90644 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,9 @@ on: branches: ["main"] pull_request: branches: ["main"] + # Manual trigger: run CI on demand from the Actions tab (or `gh workflow run + # ci.yml --ref `) without pushing a commit just to see it go green. + workflow_dispatch: permissions: contents: read