Skip to content

Commit cf1e0d3

Browse files
committed
docs:update GitHub Actions with not running when modifying .md files.
1 parent 50bf92d commit cf1e0d3

File tree

4 files changed

+15
-0
lines changed

4 files changed

+15
-0
lines changed

.github/workflows/license-checker.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,16 @@ on:
66
- dubbo-3.2.x
77
- dubbo-2.x
88
- release/*
9+
paths-ignore:
10+
- '**.md'
911
pull_request:
1012
branches:
1113
- dubbo-3.2.x
1214
- dubbo-2.x
1315
- release/*
16+
paths-ignore:
17+
- '**.md'
18+
1419
jobs:
1520
check-license:
1621
runs-on: ubuntu-latest

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Release
2+
23
on:
34
release:
45
types: [published]
6+
57
jobs:
68
release:
79
runs-on: ubuntu-latest

.github/workflows/snapshot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
name: Snapshot
2+
23
on:
34
push:
45
branches:
56
- dubbo-3.2.x
67
- dubbo-2.x
78
- release/*
9+
paths-ignore:
10+
- '**.md'
811

912
jobs:
1013
check-snapshot:

.github/workflows/testing.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
name: Testing
2+
23
on:
34
push:
45
branches:
56
- dubbo-3.2.x
67
- dubbo-2.x
78
- release/*
9+
paths-ignore:
10+
- '**.md'
811
pull_request:
912
branches:
1013
- dubbo-3.2.x
1114
- dubbo-2.x
1215
- release/*
16+
paths-ignore:
17+
- '**.md'
1318

1419
jobs:
1520
set-jdks:

0 commit comments

Comments
 (0)