Skip to content

Commit bb19ed7

Browse files
authored
fix(semver): on branch pushes
1 parent 7c03982 commit bb19ed7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/semver.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Maintain semver tags
22

33
on:
44
push:
5-
tags:
6-
- '*' # Triggers on all tags
5+
branches:
6+
- main
77

88
jobs:
99
tags:

0 commit comments

Comments
 (0)