Skip to content

Commit 507f13a

Browse files
committed
ci: run tests automatically when code is pushed to dev branch
1 parent 90f39bf commit 507f13a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: test
22

33
on:
4+
push:
5+
branches:
6+
- dev
47
pull_request:
58
workflow_dispatch:
69
jobs:

0 commit comments

Comments
 (0)