Skip to content

Commit 6af8edf

Browse files
committed
dropped develop branch
1 parent 9103a8a commit 6af8edf

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/lintcheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: lint style check
22

33
on:
44
push:
5-
branches: [ develop, v1.7 ]
5+
branches: [ master, v1.7 ]
66
pull_request:
7-
branches: [ develop, master ]
7+
branches: [ master ]
88
workflow_dispatch:
99

1010
jobs:

.github/workflows/typecheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: typehints check
22

33
on:
44
push:
5-
branches: [ develop, v1.7 ]
5+
branches: [ master, v1.7 ]
66
pull_request:
7-
branches: [ develop, master ]
7+
branches: [ master ]
88
workflow_dispatch:
99

1010
jobs:

.github/workflows/unittests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: basic unit tests
22

33
on:
44
push:
5-
branches: [ develop, v1.7 ]
5+
branches: [ master, v1.7 ]
66
pull_request:
7-
branches: [ develop, master ]
7+
branches: [ master ]
88

99
jobs:
1010
unittests:

0 commit comments

Comments
 (0)