Skip to content

Commit 00b6fce

Browse files
committed
revert changes on the individual CI files
1 parent 89c9ab5 commit 00b6fce

File tree

8 files changed

+83
-0
lines changed

8 files changed

+83
-0
lines changed

.github/workflows/functions_client.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,16 @@ on:
44
push:
55
branches:
66
- main
7+
paths:
8+
- 'packages/functions_client/**'
9+
- '.github/workflows/functions_client.yml'
10+
- 'packages/yet_another_json_isolate/**'
11+
712
pull_request:
13+
paths:
14+
- 'packages/functions_client/**'
15+
- '.github/workflows/functions_client.yml'
16+
- 'packages/yet_another_json_isolate/**'
817

918
jobs:
1019
test:

.github/workflows/gotrue.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@ on:
44
push:
55
branches:
66
- main
7+
paths:
8+
- 'packages/gotrue/**'
9+
- '.github/workflows/gotrue.yml'
10+
711
pull_request:
12+
paths:
13+
- 'packages/gotrue/**'
14+
- '.github/workflows/gotrue.yml'
815

916
jobs:
1017
test:

.github/workflows/postgrest.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,16 @@ on:
44
push:
55
branches:
66
- main
7+
paths:
8+
- 'packages/postgrest/**'
9+
- '.github/workflows/postgrest.yml'
10+
- 'packages/yet_another_json_isolate/**'
11+
712
pull_request:
13+
paths:
14+
- 'packages/postgrest/**'
15+
- '.github/workflows/postgrest.yml'
16+
- 'packages/yet_another_json_isolate/**'
817

918
jobs:
1019
test:

.github/workflows/realtime_client.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@ on:
44
push:
55
branches:
66
- main
7+
paths:
8+
- 'packages/realtime_client/**'
9+
- '.github/workflows/realtime_client.yml'
10+
711
pull_request:
12+
paths:
13+
- 'packages/realtime_client/**'
14+
- '.github/workflows/realtime_client.yml'
815

916
jobs:
1017
test:

.github/workflows/storage_client.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ on:
44
push:
55
branches:
66
- main
7+
paths:
8+
- 'packages/storage_client/**'
9+
- '.github/workflows/storage_client.yml'
710
pull_request:
11+
paths:
12+
- 'packages/storage_client/**'
13+
- '.github/workflows/storage_client.yml'
814

915
jobs:
1016
test:

.github/workflows/supabase.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,24 @@ on:
44
push:
55
branches:
66
- main
7+
paths:
8+
- 'packages/supabase/**'
9+
- '.github/workflows/supabase.yml'
10+
- 'packages/functions_client/**'
11+
- 'packages/gotrue/**'
12+
- 'packages/postgrest/**'
13+
- 'packages/realtime_client/**'
14+
- 'packages/storage_client/**'
15+
716
pull_request:
17+
paths:
18+
- 'packages/supabase/**'
19+
- '.github/workflows/supabase.yml'
20+
- 'packages/functions_client/**'
21+
- 'packages/gotrue/**'
22+
- 'packages/postgrest/**'
23+
- 'packages/realtime_client/**'
24+
- 'packages/storage_client/**'
825

926
jobs:
1027
test:

.github/workflows/supabase_flutter.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,28 @@ on:
44
push:
55
branches:
66
- main
7+
paths:
8+
- 'packages/supabase_flutter/**'
9+
- '.github/workflows/supabase_flutter.yml'
10+
- 'packages/functions_client/**'
11+
- 'packages/gotrue/**'
12+
- 'packages/postgrest/**'
13+
- 'packages/realtime_client/**'
14+
- 'packages/storage_client/**'
15+
- 'packages/supabase/**'
16+
- 'packages/yet_another_json_isolate/**'
17+
718
pull_request:
19+
paths:
20+
- 'packages/supabase_flutter/**'
21+
- '.github/workflows/supabase_flutter.yml'
22+
- 'packages/functions_client/**'
23+
- 'packages/gotrue/**'
24+
- 'packages/postgrest/**'
25+
- 'packages/realtime_client/**'
26+
- 'packages/storage_client/**'
27+
- 'packages/supabase/**'
28+
- 'packages/yet_another_json_isolate/**'
829

930
jobs:
1031
test:

.github/workflows/yet_another_json_isolate.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@ on:
44
push:
55
branches:
66
- main
7+
paths:
8+
- 'packages/yet_another_json_isolate/**'
9+
- '.github/workflows/yet_another_json_isolate.yml'
10+
711
pull_request:
12+
paths:
13+
- 'packages/yet_another_json_isolate/**'
14+
- '.github/workflows/yet_another_json_isolate.yml'
815

916
jobs:
1017
test:

0 commit comments

Comments
 (0)