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 9ec947b commit f79efecCopy full SHA for f79efec
.github/workflows/release.yaml
@@ -2,8 +2,8 @@ name: Release..
2
3
on:
4
push:
5
- branches:
6
- - oidc2
+ tags:
+ - 'v*'
7
8
permissions:
9
contents: write # required for uploading releases
0 commit comments