Skip to content

Commit

Permalink
update metrics on push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
andremion committed Dec 23, 2024
1 parent dcebb2a commit 260ecb9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/sdk-sizes-updates.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
name: SDK sizes updates

on:
pull_request:
push:
branches:
- main

workflow_dispatch:

concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

env:
MODULES: "stream-chat-android-client stream-chat-android-offline stream-chat-android-ui-components stream-chat-android-compose"
VARIANTS: "debug release"
Expand Down

0 comments on commit 260ecb9

Please sign in to comment.