Skip to content

Commit c138b34

Browse files
CI improvements
1 parent b07b97c commit c138b34

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/quality-assurance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI tests
1+
name: Quality Assurance
22

33
on: [workflow_dispatch, push, pull_request]
44

.github/workflows/run-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: run-tests
1+
name: Run Tests
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [next]
66
pull_request:
7-
branches: [main]
7+
branches: [next]
88

99
env:
1010
DB_ENDPOINT: 'tcp://127.0.0.1:8529'

0 commit comments

Comments
 (0)