Skip to content

Commit 8bf123a

Browse files
Fix test workflow link in release workflow (#324)
Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
1 parent 518f65a commit 8bf123a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@
55
name: Release
66

77
on:
8-
create:
8+
push:
99
tags:
10-
- '*'
10+
- 'v[0-9]+.[0-9]+.[0-9]+'
11+
- 'v[0-9]+.[0-9]+.[0-9]+-*'
1112
workflow_dispatch:
1213

1314
jobs:
1415
test:
15-
uses: ./.github/workflows/test.yaml
16+
uses: ./.github/workflows/test.yml
1617

1718
# Publishing steps to both the Github Packages and the Sonatype
1819
publishjars:

0 commit comments

Comments
 (0)