Skip to content

Commit 70fa34b

Browse files
authored
Fix tests running twice (#418)
* Fix tests running twice * Trigger tests
1 parent cf01507 commit 70fa34b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Run Unit Tests
22

33
on:
44
push:
5+
branches: [main, develop]
56
paths:
67
- 'backend/**'
78
pull_request:

backend/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1+

0 commit comments

Comments
 (0)