Skip to content

Commit 3aa35f5

Browse files
committed
ci: clean up CI workflow triggers
Remove web-ui-implementation branch from push and pull_request triggers, keeping only the main branch for CI runs.
1 parent 66e705d commit 3aa35f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: [main, web-ui-implementation]
5+
branches: [main]
66
pull_request:
7-
branches: [main, web-ui-implementation]
7+
branches: [main]
88
workflow_dispatch:
99

1010
permissions:

0 commit comments

Comments
 (0)