File tree 3 files changed +8
-45
lines changed
3 files changed +8
-45
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
name : pyjanitor tests
2
2
3
- on : [pull_request]
3
+ on :
4
+ push :
5
+ branches :
6
+ - dev
7
+ pull_request :
8
+ branches :
9
+ - dev
4
10
5
11
concurrency :
6
12
group : ${{ github.workflow }}-${{ github.ref }}
Original file line number Diff line number Diff line change 31
31
- [ ENH] ` select_rows ` function added for flexible row selection. Add support for MultiIndex selection via dictionary. Issue #1124 @samukweku
32
32
- [ TST] Compat with macos and window, to fix ` FailedHealthCheck ` Issue #1181 @Zeroto521
33
33
- [ INF] Merge two docs CIs (` docs-preview.yml ` and ` docs.yml ` ) to one. And add ` documentation ` pytest mark. PR #1183 @Zeroto521
34
+ - [ INF] Merge ` codecov.yml ` (only works for the dev branch pushing event) into ` tests.yml ` (only works for PR event). PR #1185 @Zeroto521
34
35
35
36
## [ v0.23.1] - 2022-05-03
36
37
You can’t perform that action at this time.
0 commit comments