Skip to content
This repository was archived by the owner on Jan 14, 2026. It is now read-only.

Commit df3a6e4

Browse files
committed
Run CI workflows on every push to main
1 parent 0df4668 commit df3a6e4

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

.github/workflows/backend-tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,8 @@ name: Backend Tests and Coverage
33
on:
44
push:
55
branches: [ main ]
6-
paths:
7-
- 'backend/**'
8-
- 'pytest.ini'
96
pull_request:
107
branches: [ main ]
11-
paths:
12-
- 'backend/**'
13-
- 'pytest.ini'
148

159
jobs:
1610
test:

.github/workflows/flutter-tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,8 @@ name: Frontend (Flutter) Tests and Coverage
33
on:
44
push:
55
branches: [ main, frontend-testing ]
6-
paths:
7-
- 'frontend/palate/**'
86
pull_request:
97
branches: [ main ]
10-
paths:
11-
- 'frontend/palate/**'
128

139
jobs:
1410
test:

0 commit comments

Comments
 (0)