Skip to content

Commit 42d88e0

Browse files
committed
update tests workflow
now includes manual trigger also runs on pull request only for dev and main branch
1 parent 4887bfc commit 42d88e0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@
22
name: Tests
33

44
on:
5+
workflow_dispatch:
56
pull_request:
7+
branches:
8+
- main
9+
- dev
610
push:
711
branches:
812
- main
913
- dev
10-
- streamlined-backend
1114

1215

1316
jobs:

0 commit comments

Comments
 (0)