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 - hoxton
- greenwich - greenwich
- release/* - release/*
paths-ignore:
- '**.md'
pull_request: pull_request:
branches: branches:
- 2024 - 2024
@ -21,6 +23,8 @@ on:
- hoxton - hoxton
- greenwich - greenwich
- release/* - release/*
paths-ignore:
- '**.md'
jobs: jobs:
set-jdks: set-jdks:

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

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

Loading…
Cancel
Save