We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dec1402 commit 4a918a4Copy full SHA for 4a918a4
2 files changed
.github/workflows/build_and_release.yml
@@ -2,9 +2,8 @@ name: Build and Release
2
3
on:
4
push:
5
- branches: ['build', 'release']
6
- pull_request:
7
- branches: ['main', 'master']
+ tags:
+ - 'v*'
8
workflow_dispatch:
9
10
jobs:
tremolo/tremolo.py
@@ -25,7 +25,7 @@
25
from .lib.executors import MultiThreadExecutor
26
from .lib.locks import ServerLock
27
28
-__version__ = '0.4.16'
+__version__ = '0.4.17'
29
30
31
class Tremolo:
0 commit comments