File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2020 if : |
2121 startsWith(github.event.pull_request.title, 'fix') ||
2222 startsWith(github.event.pull_request.title, 'feat') ||
23- startsWith(github.event.pull_request.title, 'refactor')
23+ startsWith(github.event.pull_request.title, 'refactor') ||
24+ startsWith(github.event.pull_request.title, 'perf')
2425 runs-on : ${{ matrix.os }}
2526 env :
2627 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 2020 if : |
2121 startsWith(github.event.pull_request.title, 'fix') ||
2222 startsWith(github.event.pull_request.title, 'feat') ||
23- startsWith(github.event.pull_request.title, 'refactor')
23+ startsWith(github.event.pull_request.title, 'refactor') ||
24+ startsWith(github.event.pull_request.title, 'perf')
2425 runs-on : ${{ matrix.os }}
2526 steps :
2627 - uses : actions/setup-go@v3
4142 args : --timeout 3m
4243
4344 # Optional: show only new issues if it's a pull request. The default value is `false`.
44- only-new-issues : false
45+ only-new-issues : false
You can’t perform that action at this time.
0 commit comments