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 4264299 commit 6a5a286Copy full SHA for 6a5a286
.github/workflows/release.yml
@@ -1,8 +1,9 @@
1
name: Release
2
on:
3
push:
4
- branches: [main]
5
- tags: ["*"]
+ tags:
+ - 'v[0-9]+.[0-9]+.[0-9]+'
6
+ workflow_dispatch:
7
jobs:
8
publish:
9
runs-on: ubuntu-20.04
0 commit comments