Skip to content

Commit

Permalink
chore: limit build workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldziher committed Oct 20, 2023
1 parent ffee4cc commit cb35efd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .deepsource.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ test_patterns = [
"**/mocks/**",
"**/test/**",
"**/tests/**",
"**/vitest.*",
"vitest.*",
]

[[analyzers]]
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: 'Build'
on:
push:
branches:
- main
release:
types: [created]
env:
GCP_OIDC_PROVIDER_NAME: github-provider
GCP_PROJECT_ID: basemind-ai-development
Expand Down

0 comments on commit cb35efd

Please sign in to comment.