Skip to content

Commit 707deb7

Browse files
committed
✏️ Modify the listening condition of git event about paths.
1 parent 1758cf6 commit 707deb7

File tree

1 file changed

+18
-10
lines changed

1 file changed

+18
-10
lines changed

.github/workflows/test_gh_reusable_workflow.yaml

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,15 @@ on:
88
- "release-**"
99
- "release/**"
1010
- "master"
11-
paths-ignore:
12-
- ".gitcommitrules"
13-
- ".gitignore"
14-
- "LICENSE"
15-
- "README.md"
11+
paths:
12+
# The workflow self.
13+
- ".github/workflows/test_gh_reusable_workflow.yaml"
14+
# The shell script only be used by this workflow.
15+
- "scripts/ci/check_getting_output.sh"
16+
# The shell scripts or actions this workflow would use.
17+
- ".github/workflows/rw_build_git-tag_and_create_github-release.yaml"
18+
- "scripts/ci/build_git-tag_or_create_github-release.sh"
19+
- "scripts/ci/deployment_new_version_workflow.sh"
1620

1721
pull_request:
1822
branches:
@@ -21,11 +25,15 @@ on:
2125
- "release-**"
2226
- "release/**"
2327
- "master"
24-
paths-ignore:
25-
- ".gitcommitrules"
26-
- ".gitignore"
27-
- "LICENSE"
28-
- "README.md"
28+
paths:
29+
# The workflow self.
30+
- ".github/workflows/test_gh_reusable_workflow.yaml"
31+
# The shell script only be used by this workflow.
32+
- "scripts/ci/check_getting_output.sh"
33+
# The shell scripts or actions this workflow would use.
34+
- ".github/workflows/rw_build_git-tag_and_create_github-release.yaml"
35+
- "scripts/ci/build_git-tag_or_create_github-release.sh"
36+
- "scripts/ci/deployment_new_version_workflow.sh"
2937

3038
jobs:
3139
test_build_git-tag_and_create_github-release:

0 commit comments

Comments
 (0)