add some ignore paths to test-api-contract.yaml (#630)

add some ignore paths
This commit is contained in:
Andrew Maguire
2023-01-11 20:20:46 +00:00
committed by GitHub
parent 3136b2e120
commit d1e8df3982
+8
View File
@@ -4,7 +4,15 @@ on:
push:
branches:
- main
paths:
- "oasst-shared/**"
- "backend/**"
- "website/**"
pull_request:
paths:
- "oasst-shared/**"
- "backend/**"
- "website/**"
workflow_call:
jobs: