mirror of
https://github.com/lahfir/agent-desktop.git
synced 2026-08-05 13:40:17 +00:00
ci: broaden pull_request trigger, add workflow_dispatch
Previous pull_request: branches: [main, master] only fired when the PR targeted main or master; a pull_request block without 'branches' fires on any target and keeps this PR (and future stacked PRs) under CI. Adds workflow_dispatch so the workflow can be kicked manually from the Actions UI or 'gh workflow run'.
This commit is contained in:
parent
9740cbb44b
commit
94bfefa9a2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -4,7 +4,7 @@ on:
|
|||
push:
|
||||
branches: [main, master]
|
||||
pull_request:
|
||||
branches: [main, master]
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
|
|
|||
Loading…
Reference in a new issue