Skip to content

Commit faec16c

Browse files
committed
Merge remote-tracking branch 'origin/master' into improve-status
2 parents 1431e57 + 030f84c commit faec16c

File tree

3 files changed

+4
-20
lines changed

3 files changed

+4
-20
lines changed

.github/workflows/demos.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,7 @@ concurrency:
77
on:
88
push:
99
branches:
10-
- master
11-
- main
12-
paths:
13-
- demos/**
14-
- .github/workflows/**
15-
pull_request:
16-
paths:
17-
- demos/**'
18-
- .github/workflows/**
10+
- "**"
1911

2012
jobs:
2113
build:

.github/workflows/packages.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,7 @@ concurrency:
77
on:
88
push:
99
branches:
10-
- master
11-
- main
12-
paths:
13-
- packages/**
14-
- .github/workflows/**
15-
pull_request:
16-
paths:
17-
- packages/**
18-
- .github/workflows/**
10+
- "**"
1911

2012
jobs:
2113
build:

packages/powersync_attachments_helper/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PowerSync Attachments Helper for Dart/Flutter
22

3-
[PowerSync Attachments Helper](https://powersync.co) is a package that assist in keeping files in sync with local and remote storage.
3+
[PowerSync Attachments Helper](https://pub.dev/packages/powersync_attachments_helper) is a package that assist in keeping files in sync with local and remote storage.
44

55
## Features
66

@@ -84,4 +84,4 @@ initializeAttachmentQueue(PowerSyncDatabase db) async {
8484
}
8585
```
8686

87-
See [Supabase Flutter todo list example](../../demos/powersync-supabase-flutter-todolist-demo/README.md) for a concrete implementation of the above.
87+
See our [Supabase Flutter To-Do List example app](../../demos/supabase-todolist/README.md) for a concrete implementation of the above.

0 commit comments

Comments
 (0)