ci: updated cypress paths to stop noisy runs (#1986)
This commit is contained in:
22
.github/workflows/cypress.yml
vendored
22
.github/workflows/cypress.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user