Ignore markdown changes in CI

This commit is contained in:
Yuri Astrakhan 2023-03-28 12:36:44 -04:00
parent c358ec53af
commit 1ad5aec4f9
4 changed files with 8 additions and 0 deletions

View File

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

View File

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

View File

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

View File

@ -3,8 +3,10 @@ name: Code coverage
on: on:
push: push:
branches: [main, v0.6] branches: [main, v0.6]
paths-ignore: ['**.md']
pull_request: pull_request:
branches: [main, v0.6] branches: [main, v0.6]
paths-ignore: ['**.md']
workflow_dispatch: workflow_dispatch:
jobs: jobs: