diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a64cf314..15b35a23 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ on: - edited - synchronize - reopened - branches: [main, phash_main] + branches: [main, phash_main, '2.0'] jobs: lint: runs-on: ubuntu-latest diff --git a/README.md b/README.md index da32abe9..a2816cdb 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ merge-on-read and copy-on-write operations. DeltaCAT provides four high-level components: 1. **Catalog**: High-level APIs to create, discover, organize, and manage datasets. 2. **Compute**: Distributed data management jobs to read, write, and optimize datasets. -3. **Storage**: In-memory and on-disk multi-modal dataset formats based on Apache Arrow. +3. **Storage**: In-memory and on-disk multi-modal dataset formats. 4. **Sync**: Synchronize DeltaCAT datasets with other data warehouses and table formats.