summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2025-12-16 14:35:42 -0600
committerAiden Cline <[email protected]>2025-12-16 14:35:42 -0600
commitd556143e3bb0b33ac71d531a9666923fde7280e3 (patch)
tree06888892b52f9dc5c49ae81fad802faf3c636803 /.github/workflows
parent7e3ad770ac340da1589da1d6a9f182e56e3da619 (diff)
downloadopencode-d556143e3bb0b33ac71d531a9666923fde7280e3.tar.gz
opencode-d556143e3bb0b33ac71d531a9666923fde7280e3.zip
ci: fix branch name
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release-github-action.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release-github-action.yml b/.github/workflows/release-github-action.yml
index 491f66f6d..3f5caa55c 100644
--- a/.github/workflows/release-github-action.yml
+++ b/.github/workflows/release-github-action.yml
@@ -3,7 +3,7 @@ name: release-github-action
on:
push:
branches:
- - main
+ - dev
paths:
- "github/**"