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

Signed-off-by: Haotian Zhang <928016560@qq.com>
2024
Haotian Zhang 1 week ago
parent 76c11bb5da
commit e0ee65861a

@ -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,8 @@ 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