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 0ffefdf commit b8da258Copy full SHA for b8da258
.github/workflows/release.yml
@@ -5,8 +5,10 @@ name: Create Release
5
# Controls when the workflow will run
6
on:
7
push:
8
- tags:
9
- - 'v*' # Trigger on tags starting with 'v' (e.g., v1.0.0, v1.1.0)
+ branches:
+ - 'main'
10
+ # tags: # Uncomment to enable tagging releases
11
+ # - 'v*' # Trigger on tags starting with 'v' (e.g., v1.0.0, v1.1.0)
12
13
jobs:
14
build-release:
0 commit comments