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: on:
pull_request: pull_request:
branches: ['*'] branches: ['*']
paths-ignore: paths:
- '**/*.md' - '{src,server,config,cypress}/**'
- 'docs/**' - 'cypress.config.ts'
- 'package.json'
- 'pnpm-lock.yaml'
- 'next.config.js'
- 'tsconfig.json'
- '.github/workflows/cypress.yml'
push: push:
branches: [develop] branches: [develop]
paths-ignore: paths:
- '**/*.md' - '{src,server,config,cypress}/**'
- 'docs/**' - 'cypress.config.ts'
- 'package.json'
- 'pnpm-lock.yaml'
- 'next.config.js'
- 'tsconfig.json'
- '.github/workflows/cypress.yml'
permissions: permissions:
contents: read contents: read