Skip to content

Commit 9f882d9

Browse files
committed
ci: re-enable QA workflow on phase-6 push, add workflow_dispatch
1 parent 0e74d28 commit 9f882d9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/qa.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ on:
33
push:
44
branches:
55
- main
6-
# - phase-6 # tested and passing as of 2026-02-24; disabled to avoid triggering on every push
6+
- phase-6
7+
workflow_dispatch:
78
pull_request:
89
types: [opened, synchronize, ready_for_review]
910

0 commit comments

Comments
 (0)