Skip to content

Commit bfd2080

Browse files
committed
update workflows
1 parent 35d5ae6 commit bfd2080

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/lintcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: pylint check
22

33
on:
44
push:
5-
branches: [ master, develop ]
5+
branches: [ develop, v2.0 ]
66
pull_request:
77
branches: [ master, develop ]
88
workflow_dispatch:

.github/workflows/typecheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: typehints check
22

33
on:
44
push:
5-
branches: [ develop, master ]
5+
branches: [ develop, v2.0 ]
66
pull_request:
77
branches: [ develop, master ]
88
workflow_dispatch:

.github/workflows/unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: basic unit tests
22

33
on:
44
push:
5-
branches: [ develop ]
5+
branches: [ develop, v2.0 ]
66
pull_request:
77
branches: [ develop, master ]
88

0 commit comments

Comments
 (0)