summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2026-01-31 00:37:55 -0500
committerDax Raad <[email protected]>2026-01-31 00:37:55 -0500
commit507f13a30ce986208a84e4e207d776f0f451b46b (patch)
tree5c26b4fcff52af27f8ec1073d68cf7954b48d7a8 /.github/workflows/test.yml
parent90f39bf672fa3de52f127f8dcf81f33ccb8c57fd (diff)
downloadopencode-507f13a30ce986208a84e4e207d776f0f451b46b.tar.gz
opencode-507f13a30ce986208a84e4e207d776f0f451b46b.zip
ci: run tests automatically when code is pushed to dev branch
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index f6cbb16ed..2a36c07e1 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -1,6 +1,9 @@
name: test
on:
+ push:
+ branches:
+ - dev
pull_request:
workflow_dispatch:
jobs: