We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a21635 + 15c23a7 commit 7d7c75eCopy full SHA for 7d7c75e
.github/workflows/lint.yml
@@ -1,6 +1,10 @@
1
name: Lint
2
3
-on: [push, pull_request]
+on:
4
+ pull_request:
5
+ push:
6
+ branches:
7
+ - main
8
9
jobs:
10
lint:
.github/workflows/test.yml
@@ -1,12 +1,10 @@
name: Tests
on:
- push:
- branches:
- - "**"
pull_request:
branches:
- - "main"
11
12
test:
@@ -24,4 +22,4 @@ jobs:
24
22
run: docker compose -f docker-compose.dev.yml up --build -d
25
23
26
- name: Run tests
27
- run: docker exec inception-embedding-service pytest tests -v
+ run: docker exec inception-embedding-service pytest tests -v
0 commit comments