File tree Expand file tree Collapse file tree 2 files changed +18
-18
lines changed
Expand file tree Collapse file tree 2 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -22,16 +22,16 @@ concurrency:
2222 cancel-in-progress : true
2323
2424on :
25- push :
26- paths-ignore :
27- - " doc/**"
28- - " docs/**"
29- - " **.md"
30- pull_request :
31- paths-ignore :
32- - " doc/**"
33- - " docs/**"
34- - " **.md"
25+ # push:
26+ # paths-ignore:
27+ # - "doc/**"
28+ # - "docs/**"
29+ # - "**.md"
30+ # pull_request:
31+ # paths-ignore:
32+ # - "doc/**"
33+ # - "docs/**"
34+ # - "**.md"
3535 # manual trigger
3636 # https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow
3737 workflow_dispatch :
Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ concurrency:
2222 cancel-in-progress : true
2323
2424on :
25- push :
26- paths-ignore :
27- - " docs/**"
28- - " **.md"
29- pull_request :
30- paths-ignore :
31- - " docs/**"
32- - " **.md"
25+ # push:
26+ # paths-ignore:
27+ # - "docs/**"
28+ # - "**.md"
29+ # pull_request:
30+ # paths-ignore:
31+ # - "docs/**"
32+ # - "**.md"
3333 # manual trigger
3434 # https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow
3535 workflow_dispatch :
You can’t perform that action at this time.
0 commit comments