Skip to content

Commit

Permalink
ci: run backend tests also when solidago has changed
Browse files Browse the repository at this point in the history
  • Loading branch information
amatissart committed Dec 26, 2024
1 parent 28d5ca0 commit 5a5b962
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/backend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ on:
push:
paths:
- 'backend/**'
- 'solidago/**'
- '.github/workflows/backend-ci.yml'
pull_request:
paths:
- 'backend/**'
- 'solidago/**'
- '.github/workflows/backend-ci.yml'

defaults:
Expand Down
10 changes: 9 additions & 1 deletion .github/workflows/browser-extension-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
name: Browser extension lint

on: [push, pull_request]
on:
push:
paths:
- 'browser-extension/**'
- '.github/workflows/browser-extension-ci.yml'
pull_request:
paths:
- 'browser-extension/**'
- '.github/workflows/browser-extension-ci.yml'

defaults:
run:
Expand Down

0 comments on commit 5a5b962

Please sign in to comment.