add CI path ignores

This commit is contained in:
Yuri Astrakhan 2023-05-29 21:00:44 -04:00
parent 9449ad1f70
commit 998471d880
4 changed files with 40 additions and 8 deletions

View File

@ -3,10 +3,18 @@ name: Benchmark
on:
pull_request:
types: [opened, synchronize, reopened]
paths-ignore: ['**.md']
paths-ignore:
- '**.md'
- 'demo/**'
- 'docs/**'
- 'homebrew-formula/**'
push:
branches: [main, v0.6]
paths-ignore: ['**.md']
paths-ignore:
- '**.md'
- 'demo/**'
- 'docs/**'
- 'homebrew-formula/**'
workflow_dispatch:
jobs:

View File

@ -3,10 +3,18 @@ name: CI
on:
push:
branches: [main, v0.6]
paths-ignore: ['**.md']
paths-ignore:
- '**.md'
- 'demo/**'
- 'docs/**'
- 'homebrew-formula/**'
pull_request:
branches: [main, v0.6]
paths-ignore: ['**.md']
paths-ignore:
- '**.md'
- 'demo/**'
- 'docs/**'
- 'homebrew-formula/**'
release:
types: [published]
workflow_dispatch:

View File

@ -3,10 +3,18 @@ name: Docker
on:
push:
branches: [main, v0.6]
paths-ignore: ['**.md']
paths-ignore:
- '**.md'
- 'demo/**'
- 'docs/**'
- 'homebrew-formula/**'
pull_request:
branches: [main, v0.6]
paths-ignore: ['**.md']
paths-ignore:
- '**.md'
- 'demo/**'
- 'docs/**'
- 'homebrew-formula/**'
release:
types: [published]
workflow_dispatch:

View File

@ -3,10 +3,18 @@ name: Code coverage
on:
push:
branches: [main, v0.6]
paths-ignore: ['**.md']
paths-ignore:
- '**.md'
- 'demo/**'
- 'docs/**'
- 'homebrew-formula/**'
pull_request:
branches: [main, v0.6]
paths-ignore: ['**.md']
paths-ignore:
- '**.md'
- 'demo/**'
- 'docs/**'
- 'homebrew-formula/**'
workflow_dispatch:
jobs: