ci: updated cypress paths to stop noisy runs (#1986)

This commit is contained in:
Joe Harrison
2025-10-06 23:16:25 +01:00
committed by GitHub
parent de1033575f
commit e7aed5b594

View File

@@ -5,14 +5,24 @@ name: Cypress Tests
on:
pull_request:
branches: ['*']
paths-ignore:
- '**/*.md'
- 'docs/**'
paths:
- '{src,server,config,cypress}/**'
- 'cypress.config.ts'
- 'package.json'
- 'pnpm-lock.yaml'
- 'next.config.js'
- 'tsconfig.json'
- '.github/workflows/cypress.yml'
push:
branches: [develop]
paths-ignore:
- '**/*.md'
- 'docs/**'
paths:
- '{src,server,config,cypress}/**'
- 'cypress.config.ts'
- 'package.json'
- 'pnpm-lock.yaml'
- 'next.config.js'
- 'tsconfig.json'
- '.github/workflows/cypress.yml'
permissions:
contents: read