diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1cdd8f8..21db047 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: ["master", "main"] + branches: ["master", "main", "develop"] pull_request: - branches: ["master", "main"] + branches: ["master", "main", "develop"] jobs: test: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 546c597..70784dd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,7 +2,7 @@ name: Publish Dataset to R2 on: push: - branches: ["feature/ci-driven-publishing", "main", "master"] + branches: ["develop"] permissions: id-token: write diff --git a/manifest.json b/manifest.json index fc27804..c39b485 100644 --- a/manifest.json +++ b/manifest.json @@ -101,5 +101,20 @@ "commit": "pending-merge" } ] + }, + { + "fileName": "ci_test_data_new.sqlite", + "latestVersion": "v1", + "history": [ + { + "version": "v1", + "timestamp": "2025-07-01T23:23:42.912726Z", + "sha256": "c27a67ce47c2988d2c18010c1e2f140c3e6c0b6ce09da05a80d643fb58f9abd9", + "r2_object_key": "ci_test_data_new/v1-c27a67ce47c2988d2c18010c1e2f140c3e6c0b6ce09da05a80d643fb58f9abd9.sqlite", + "staging_key": "staging-uploads/c27a67ce47c2988d2c18010c1e2f140c3e6c0b6ce09da05a80d643fb58f9abd9.sqlite", + "diffFromPrevious": null, + "commit": "pending-merge" + } + ] } ]