Skip to content

Commit e3a7d3a

Browse files
committed
chore: add tags-ignore to CI workflow for cleaner push triggers
1 parent 08930ce commit e3a7d3a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
paths:
66
- '**/*.java'
77
- 'pom.xml'
8+
tags-ignore:
9+
- '*'
810

911
jobs:
1012
build:

0 commit comments

Comments
 (0)