File tree 6 files changed +19
-34
lines changed 6 files changed +19
-34
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,11 @@ on: # yamllint disable-line rule:truthy
10
10
push :
11
11
branches : [develop, master]
12
12
pull_request :
13
- # The branches below must be a subset of the branches above
14
- branches : [develop]
13
+ branches : [develop, master]
14
+ paths :
15
+ - ' **/*.py'
16
+ - ' **/*.js'
17
+ - ' **/*.ts'
15
18
schedule :
16
19
- cron : ' 0 14 * * 1'
17
20
Original file line number Diff line number Diff line change @@ -3,16 +3,9 @@ name: brew
3
3
4
4
on : # yamllint disable-line rule:truthy
5
5
push :
6
- paths :
7
- - ' proxy/**'
8
- - ' tests/**'
9
- - ' examples/**'
10
- - ' requirements*'
11
- - ' setup.cfg'
12
- - ' check.py'
13
- - ' MANIFEST.in'
14
- - ' .github/workflows/test-brew.yml'
15
- - ' helper/homebrew/**'
6
+ branches :
7
+ - master
8
+ - develop
16
9
pull_request :
17
10
paths :
18
11
- ' proxy/**'
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ name: dashboard
3
3
4
4
on : # yamllint disable-line rule:truthy
5
5
push :
6
- paths :
7
- - ' dashboard/** '
8
- - ' .github/workflows/test-dashboard.yml '
6
+ branches :
7
+ - master
8
+ - develop
9
9
pull_request :
10
10
paths :
11
11
- ' dashboard/**'
Original file line number Diff line number Diff line change @@ -3,16 +3,9 @@ name: docker
3
3
4
4
on : # yamllint disable-line rule:truthy
5
5
push :
6
- paths :
7
- - ' proxy/**'
8
- - ' tests/**'
9
- - ' examples/**'
10
- - ' requirements*'
11
- - ' setup.cfg'
12
- - ' check.py'
13
- - ' MANIFEST.in'
14
- - ' .github/workflows/test-docker.yml'
15
- - ' Dockerfile'
6
+ branches :
7
+ - master
8
+ - develop
16
9
pull_request :
17
10
paths :
18
11
- ' proxy/**'
Original file line number Diff line number Diff line change @@ -3,15 +3,9 @@ name: lib
3
3
4
4
on : # yamllint disable-line rule:truthy
5
5
push :
6
- paths :
7
- - ' proxy/**'
8
- - ' tests/**'
9
- - ' examples/**'
10
- - ' requirements*'
11
- - ' setup.cfg'
12
- - ' check.py'
13
- - ' MANIFEST.in'
14
- - ' .github/workflows/test-library.yml'
6
+ branches :
7
+ - master
8
+ - develop
15
9
pull_request :
16
10
paths :
17
11
- ' proxy/**'
@@ -22,6 +16,7 @@ on: # yamllint disable-line rule:truthy
22
16
- ' check.py'
23
17
- ' MANIFEST.in'
24
18
- ' .github/workflows/test-library.yml'
19
+ - ' .*'
25
20
workflow_dispatch :
26
21
inputs :
27
22
release-version :
Original file line number Diff line number Diff line change 1
1
{
2
2
"editor.defaultFormatter" : " esbenp.prettier-vscode" ,
3
3
"editor.formatOnSave" : true ,
4
+ "editor.formatOnSaveMode" : " modifications" ,
4
5
"editor.codeActionsOnSave" : {
5
6
"source.fixAll" : true
6
7
},
You can’t perform that action at this time.
0 commit comments