Skip to content

Commit 40b99c7

Browse files
committed
fix: update workflow triggers for pull requests on dev and main branches
1 parent aa3119e commit 40b99c7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
branches:
66
- dev
77
- main
8+
pull_request:
9+
branches:
10+
- dev
11+
- main
812

913
jobs:
1014
server-tests:

0 commit comments

Comments
 (0)