We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f63648e commit b235bdbCopy full SHA for b235bdb
.github/workflows/test.yml
@@ -1,9 +1,9 @@
1
name: Run tests
2
on:
3
push:
4
- branches: [ main ]
+ branches: [ master ]
5
pull_request:
6
7
jobs:
8
test:
9
runs-on: ubuntu-latest
.mergify.yml
@@ -7,5 +7,10 @@ pull_request_rules:
conditions:
- label!=no-mergify
- '#approved-reviews-by>=1'
10
- - status-success=Run tests
+ - 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
16
name: default
0 commit comments