summaryrefslogtreecommitdiffhomepage
path: root/packages/tui/sdk/.github
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-07-07 20:58:47 -0400
committerDax Raad <[email protected]>2025-07-07 20:59:00 -0400
commitc7a59ee2b10644a3a31dda14a44115ca9baada44 (patch)
tree2b7e705bebcde6f43740089673cc04a2ada39e12 /packages/tui/sdk/.github
parenta272b58fe988addc5c0d18bbaba2b09fac1d9fef (diff)
downloadopencode-c7a59ee2b10644a3a31dda14a44115ca9baada44.tar.gz
opencode-c7a59ee2b10644a3a31dda14a44115ca9baada44.zip
better handling of aborting sessions
Diffstat (limited to 'packages/tui/sdk/.github')
-rw-r--r--packages/tui/sdk/.github/workflows/ci.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/packages/tui/sdk/.github/workflows/ci.yml b/packages/tui/sdk/.github/workflows/ci.yml
index 0f5d45dc2..4bf1e907c 100644
--- a/packages/tui/sdk/.github/workflows/ci.yml
+++ b/packages/tui/sdk/.github/workflows/ci.yml
@@ -2,15 +2,15 @@ name: CI
on:
push:
branches-ignore:
- - "generated"
- - "codegen/**"
- - "integrated/**"
- - "stl-preview-head/**"
- - "stl-preview-base/**"
+ - 'generated'
+ - 'codegen/**'
+ - 'integrated/**'
+ - 'stl-preview-head/**'
+ - 'stl-preview-base/**'
pull_request:
branches-ignore:
- - "stl-preview-head/**"
- - "stl-preview-base/**"
+ - 'stl-preview-head/**'
+ - 'stl-preview-base/**'
jobs:
lint: