File tree Expand file tree Collapse file tree 1 file changed +18
-10
lines changed
Expand file tree Collapse file tree 1 file changed +18
-10
lines changed Original file line number Diff line number Diff line change 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 :
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
3038jobs :
3139 test_build_git-tag_and_create_github-release :
You can’t perform that action at this time.
0 commit comments