File tree Expand file tree Collapse file tree 6 files changed +19
-34
lines changed
Expand file tree Collapse file tree 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
1010 push :
1111 branches : [develop, master]
1212 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'
1518 schedule :
1619 - cron : ' 0 14 * * 1'
1720
Original file line number Diff line number Diff line change @@ -3,16 +3,9 @@ name: brew
33
44on : # yamllint disable-line rule:truthy
55 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
169 pull_request :
1710 paths :
1811 - ' proxy/**'
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ name: dashboard
33
44on : # yamllint disable-line rule:truthy
55 push :
6- paths :
7- - ' dashboard/** '
8- - ' .github/workflows/test-dashboard.yml '
6+ branches :
7+ - master
8+ - develop
99 pull_request :
1010 paths :
1111 - ' dashboard/**'
Original file line number Diff line number Diff line change @@ -3,16 +3,9 @@ name: docker
33
44on : # yamllint disable-line rule:truthy
55 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
169 pull_request :
1710 paths :
1811 - ' proxy/**'
Original file line number Diff line number Diff line change @@ -3,15 +3,9 @@ name: lib
33
44on : # yamllint disable-line rule:truthy
55 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
159 pull_request :
1610 paths :
1711 - ' proxy/**'
@@ -22,6 +16,7 @@ on: # yamllint disable-line rule:truthy
2216 - ' check.py'
2317 - ' MANIFEST.in'
2418 - ' .github/workflows/test-library.yml'
19+ - ' .*'
2520 workflow_dispatch :
2621 inputs :
2722 release-version :
Original file line number Diff line number Diff line change 11{
22 "editor.defaultFormatter" : " esbenp.prettier-vscode" ,
33 "editor.formatOnSave" : true ,
4+ "editor.formatOnSaveMode" : " modifications" ,
45 "editor.codeActionsOnSave" : {
56 "source.fixAll" : true
67 },
You can’t perform that action at this time.
0 commit comments