From 3391f08cddba8795481497072268532138fc23d6 Mon Sep 17 00:00:00 2001 From: Mark Phelps <209477+markphelps@users.noreply.github.com> Date: Mon, 17 Oct 2022 11:59:00 -0400 Subject: [PATCH] Run snapshot workflow on release branch (#1077) --- .github/workflows/snapshot.yml | 3 +++ CHANGELOG.md | 1 + 2 files changed, 4 insertions(+) diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index be9caa4e37..0d2d26350c 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -1,6 +1,9 @@ name: Release (Snapshot) on: workflow_dispatch: +pull_request: + branches: + - release/* jobs: snapshot: diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bf11e6f74..cbc04e3af3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Page token based pagination for `list` methods for forward compatibility with future versions of the API [#936](https://github.com/flipt-io/flipt/issues/936) +- Support for CockroachDB :tada: [#1064](https://github.com/flipt-io/flipt/pull/1064) ### Changed