Skip to content

Commit 903ecf8

Browse files
committed
ci: on
1 parent cf92fdd commit 903ecf8

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,24 @@ name: Build & Publish
22

33
on:
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

.github/workflows/macos-integration-tests.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,19 @@ name: macOS Integration Tests
33
on:
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

0 commit comments

Comments
 (0)