ci: run tests automatically when code is pushed to dev branch
parent
90f39bf672
commit
507f13a30c
|
|
@ -1,6 +1,9 @@
|
|||
name: test
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in New Issue