We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35d5ae6 commit bfd2080Copy full SHA for bfd2080
3 files changed
.github/workflows/lintcheck.yml
@@ -2,7 +2,7 @@ name: pylint check
2
3
on:
4
push:
5
- branches: [ master, develop ]
+ branches: [ develop, v2.0 ]
6
pull_request:
7
branches: [ master, develop ]
8
workflow_dispatch:
.github/workflows/typecheck.yml
@@ -2,7 +2,7 @@ name: typehints check
- branches: [ develop, master ]
branches: [ develop, master ]
.github/workflows/unittests.yml
@@ -2,7 +2,7 @@ name: basic unit tests
- branches: [ develop ]
0 commit comments