Skip to content

Commit 0f6b34c

Browse files
Run GHA on any tag but only publish on semver.
1 parent d2580bf commit 0f6b34c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/development.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- '!gh-pages' # exclude gh-pages branch
77
- '!stage*' # exclude branches beginning with stage
88
tags:
9+
- '*'
910
pull_request:
1011
branches:
1112
- '**' # every branch

0 commit comments

Comments
 (0)