File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,10 +2,24 @@ name: Build & Publish
22
33on :
44 push :
5+ branches :
6+ - ' **'
7+ tags :
8+ - ' *'
59 paths :
10+ - ' .github/workflows/ci.yml'
11+ - ' .github/scripts/**'
12+ - ' client/**'
13+ - ' sdk/python/packages/**'
14+ - ' packages/flet/**'
615 - ' .fvmrc'
716 pull_request :
817 paths :
18+ - ' .github/workflows/ci.yml'
19+ - ' .github/scripts/**'
20+ - ' client/**'
21+ - ' sdk/python/packages/**'
22+ - ' packages/flet/**'
923 - ' .fvmrc'
1024 workflow_dispatch :
1125
Original file line number Diff line number Diff line change @@ -3,9 +3,19 @@ name: macOS Integration Tests
33on :
44 push :
55 paths :
6+ - ' .github/workflows/macos-integration-tests.yml'
7+ - ' sdk/python/packages/flet/src/**'
8+ - ' sdk/python/packages/flet/integration_tests/**'
9+ - ' packages/flet/**'
10+ - ' client/**'
611 - ' .fvmrc'
712 pull_request :
813 paths :
14+ - ' .github/workflows/macos-integration-tests.yml'
15+ - ' sdk/python/packages/flet/src/**'
16+ - ' sdk/python/packages/flet/integration_tests/**'
17+ - ' packages/flet/**'
18+ - ' client/**'
919 - ' .fvmrc'
1020 workflow_dispatch :
1121
You can’t perform that action at this time.
0 commit comments