summaryrefslogtreecommitdiffhomepage
path: root/packages/sdk/go/.github/workflows
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-10-07 15:51:59 -0400
committerDax Raad <[email protected]>2025-10-07 15:51:59 -0400
commitdca3a5d80d9d22400b48c217098a632d72bf2122 (patch)
treeed3ac2f4c601290008a9dc8cffbca563b89a1770 /packages/sdk/go/.github/workflows
parent508067ba5da9afa82bff401dd8478be2145d61a4 (diff)
downloadopencode-dca3a5d80d9d22400b48c217098a632d72bf2122.tar.gz
opencode-dca3a5d80d9d22400b48c217098a632d72bf2122.zip
fix issue with blank new version popup
Diffstat (limited to 'packages/sdk/go/.github/workflows')
-rw-r--r--packages/sdk/go/.github/workflows/ci.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/packages/sdk/go/.github/workflows/ci.yml b/packages/sdk/go/.github/workflows/ci.yml
index 0f5d45dc2..4bf1e907c 100644
--- a/packages/sdk/go/.github/workflows/ci.yml
+++ b/packages/sdk/go/.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: