Skip to content

Commit 5c69289

Browse files
yousef20920claude
andcommitted
ci: run the verify workflow on main only, not on every branch
Drop the pull_request trigger from CI so the heavy verify job (format, lint, typecheck, test, build, rust:check, Playwright e2e) runs only on push to main. Add workflow_dispatch so it can still be triggered by hand on a branch when needed. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent 6dcaf2c commit 5c69289

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: CI
22

33
on:
4-
pull_request:
54
push:
65
branches:
76
- main
7+
workflow_dispatch:
88

99
permissions:
1010
contents: read

0 commit comments

Comments
 (0)