fix(ci): only run on code changes (#44)

This commit is contained in:
Matt Kilgore
2024-06-22 16:34:56 -04:00
committed by GitHub
parent 2a54933cef
commit 87e2464599
3 changed files with 24 additions and 49 deletions

View File

@@ -5,11 +5,9 @@ on:
branches:
- main
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CONTRIBUTING.md'
- 'CODE_OF_CONDUCT.md'
paths:
- 'backend/**'
- 'frontend/**'
jobs:
backend-tests: