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