Skip to content

Commit 67c1a36

Browse files
authored
Trigger on prereleases too
1 parent 20fc2ba commit 67c1a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Release
55

66
on:
77
release:
8-
types: [ released ]
8+
types: [ released, prereleased ]
99
branches: [ '3.x' ]
1010
tags:
1111
- 'v3.*.*'

0 commit comments

Comments
 (0)