We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c03982 commit bb19ed7Copy full SHA for bb19ed7
.github/workflows/semver.yaml
@@ -2,8 +2,8 @@ name: Maintain semver tags
2
3
on:
4
push:
5
- tags:
6
- - '*' # Triggers on all tags
+ branches:
+ - main
7
8
jobs:
9
tags:
0 commit comments