Skip to content

Commit 7246d08

Browse files
authored
Merge pull request #1057 from zhicwu/develop
Update readme and workflows
2 parents 89d33a4 + c1ba710 commit 7246d08

File tree

6 files changed

+85
-46
lines changed

6 files changed

+85
-46
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
paths-ignore:
1010
- "**.md"
1111
- "docs/**"
12+
- "examples/**"
1213
- "**/CHANGELOG"
1314

1415
pull_request:
@@ -19,6 +20,7 @@ on:
1920
paths-ignore:
2021
- "**.md"
2122
- "docs/**"
23+
- "examples/**"
2224
- "**/CHANGELOG"
2325

2426
workflow_dispatch:

.github/workflows/third_party_libs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
version:
77
description: "Release version"
88
required: true
9-
default: "1.2.0"
9+
default: "1.3.0"
1010

1111
jobs:
1212
release:

.github/workflows/timezone.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
paths-ignore:
99
- "**.md"
1010
- "docs/**"
11+
- "examples/**"
1112
- "**/CHANGELOG"
1213

1314
pull_request:
@@ -18,6 +19,7 @@ on:
1819
paths-ignore:
1920
- "**.md"
2021
- "docs/**"
22+
- "examples/**"
2123
- "**/CHANGELOG"
2224

2325
workflow_dispatch:

0 commit comments

Comments
 (0)