fix: add workflow_dispatch to enable manual CI runs & readme fix (#2186)

This commit is contained in:
Jeremiah K 2025-06-20 10:47:04 -05:00 committed by GitHub
parent 1be3979c84
commit 5d68ecdc76
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -12,6 +12,8 @@ on:
pull_request:
branches: [ main ]
workflow_dispatch:
concurrency:
group: build-${{ github.ref }}
cancel-in-progress: true