diff options
| author | Dax Raad <[email protected]> | 2026-01-31 00:37:55 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2026-01-31 00:37:55 -0500 |
| commit | 507f13a30ce986208a84e4e207d776f0f451b46b (patch) | |
| tree | 5c26b4fcff52af27f8ec1073d68cf7954b48d7a8 /.github | |
| parent | 90f39bf672fa3de52f127f8dcf81f33ccb8c57fd (diff) | |
| download | opencode-507f13a30ce986208a84e4e207d776f0f451b46b.tar.gz opencode-507f13a30ce986208a84e4e207d776f0f451b46b.zip | |
ci: run tests automatically when code is pushed to dev branch
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 3 |
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: |
