This website works better with JavaScript
Home
Explore
Help
Sign In
AI
/
opencode-ide-plugin
mirror of
https://github.com/paviko/opencode-ide-plugin.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
ci: run tests automatically when code is pushed to dev branch
Dax Raad
3 weeks ago
parent
90f39bf672
commit
507f13a30c
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
3
0
.github/workflows/test.yml
+ 3
- 0
.github/workflows/test.yml
View File
@@ -1,6 +1,9 @@
name: test
on:
+ push:
+ branches:
+ - dev
pull_request:
workflow_dispatch:
jobs: