Skip to content

Commit b235bdb

Browse files
authored
Fix branch names in github action (release-depot#79)
Also update the Mergify configuration to specify job names.
1 parent f63648e commit b235bdb

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Run tests
22
on:
33
push:
4-
branches: [ main ]
4+
branches: [ master ]
55
pull_request:
6-
branches: [ main ]
6+
branches: [ master ]
77
jobs:
88
test:
99
runs-on: ubuntu-latest

.mergify.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,10 @@ pull_request_rules:
77
conditions:
88
- label!=no-mergify
99
- '#approved-reviews-by>=1'
10-
- status-success=Run tests
10+
- status-success=Run tests / test (2.7)
11+
- status-success=Run tests / test (3.6)
12+
- status-success=Run tests / test (3.8)
13+
- status-success=Run tests / test (3.9)
14+
- status-success=Run tests / flake8
15+
- status-success=Run tests / integration
1116
name: default

0 commit comments

Comments
 (0)