Skip to content

Commit

Permalink
Run snapshot workflow on release branch (#1077)
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps authored Oct 17, 2022
1 parent e88de37 commit 3391f08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Release (Snapshot)
on:
workflow_dispatch:
pull_request:
branches:
- release/*

jobs:
snapshot:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3391f08

Please sign in to comment.