We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74377b5 commit 9089619Copy full SHA for 9089619
.github/workflows/release.yaml
@@ -2,8 +2,8 @@ name: ReleaseBot
2
3
on:
4
push:
5
- branches:
6
- - "test_release.1.*"
+ tags:
+ - "v*.*.*"
7
8
jobs:
9
linux-x86_64:
0 commit comments