Skip to content

Commit

Permalink
nit x3
Browse files Browse the repository at this point in the history
  • Loading branch information
theomonnom committed Oct 3, 2023
1 parent 5b30f05 commit 58cff2e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: Build API

on:
push:
branches: ["main"]
tags: ["api-v*"]
paths:
- livekit-api/**
pull_request:
paths:
- livekit-api/**
workflow_dispatch:

env:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/build-rtc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: Build RTC

on:
push:
branches: ["main"]
tags: ["rtc-v*"]
paths:
- livekit-rtc/**
pull_request:
paths:
- livekit-rtc/**
workflow_dispatch:

env:
Expand Down
2 changes: 1 addition & 1 deletion livekit-api/livekit/api/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.1"
__version__ = "0.1.0"

0 comments on commit 58cff2e

Please sign in to comment.