Skip to content

Commit

Permalink
Ignore irrelevant changes when running backend workflows (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
Advayp authored Jan 16, 2025
1 parent 471c01c commit f87583f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ name: Build and Test Backend
on:
push:
branches: [main]
paths:
- 'backend/**'
pull_request:
branches: [main]
paths:
- 'backend/**'
workflow_dispatch:

defaults:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Run ESLint
on:
pull_request:
branches: [main]
paths:
- 'backend/**'
workflow_dispatch:

defaults:
Expand Down

0 comments on commit f87583f

Please sign in to comment.