Skip to content

Commit 20fc2ba

Browse files
authored
Limit to released event types
1 parent a315c55 commit 20fc2ba

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: .github/workflows/gradle_release.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ name: Release
55

66
on:
77
release:
8+
types: [ released ]
89
branches: [ '3.x' ]
910
tags:
10-
- 'v3.*.*'
11+
- 'v3.*.*'
1112

1213
jobs:
1314
build:
@@ -46,4 +47,4 @@ jobs:
4647
- name: Upload to Codecov
4748
uses: codecov/codecov-action@v1
4849
- name: Push Javadocs
49-
run: ./push_javadoc.sh
50+
run: ./push_javadoc.sh

0 commit comments

Comments
 (0)