File tree Expand file tree Collapse file tree 4 files changed +25435
-5
lines changed Expand file tree Collapse file tree 4 files changed +25435
-5
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,14 @@ name: Pipeline
33on :
44 push :
55 branches :
6- # semantic-release valid branches
6+ # semantic-release valid branches and all-contributors branches
77 - ' +([0-9])?(.{+([0-9]),x}).x'
88 - ' main'
99 - ' next'
1010 - ' next-major'
1111 - ' beta'
1212 - ' alpha'
13+ - ' all-contributors/**'
1314 pull_request :
1415 types : [opened, synchronize]
1516
Original file line number Diff line number Diff line change @@ -67,7 +67,6 @@ yarn-error.log
6767# Yarn Integrity file
6868.yarn-integrity
6969
70- # these cause more harm than good
71- # when working with contributors
72- package-lock.json
70+ # Ignore locks other than npm
71+ pnpm-lock.yaml
7372yarn.lock
Original file line number Diff line number Diff line change 1- package-lock = false
21auto-install-peers = true
32enable-pre-post-scripts = true
You can’t perform that action at this time.
0 commit comments