docs:update GitHub Actions with not running when modifying .md files.

Signed-off-by: Haotian Zhang <928016560@qq.com>
2023
Haotian Zhang 6 days ago
parent 90d2fd4d4e
commit 7bacc13472

@ -11,6 +11,8 @@ on:
- hoxton
- greenwich
- release/*
paths-ignore:
- '**.md'
pull_request:
branches:
- 2024
@ -21,6 +23,8 @@ on:
- hoxton
- greenwich
- release/*
paths-ignore:
- '**.md'
jobs:
set-jdks:

@ -11,6 +11,8 @@ on:
- hoxton
- greenwich
- release/*
paths-ignore:
- '**.md'
pull_request:
branches:
- 2024
@ -21,6 +23,9 @@ on:
- hoxton
- greenwich
- release/*
paths-ignore:
- '**.md'
jobs:
check-license:
runs-on: ubuntu-latest

@ -11,6 +11,8 @@ on:
- hoxton
- greenwich
- release/*
paths-ignore:
- '**.md'
jobs:
check-snapshot:

Loading…
Cancel
Save