Skip to content

Commit

Permalink
Limit to released event types
Browse files Browse the repository at this point in the history
  • Loading branch information
akarnokd committed Dec 2, 2020
1 parent a315c55 commit 20fc2ba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gradle_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ name: Release

on:
release:
types: [ released ]
branches: [ '3.x' ]
tags:
- 'v3.*.*'
- 'v3.*.*'

jobs:
build:
Expand Down Expand Up @@ -46,4 +47,4 @@ jobs:
- name: Upload to Codecov
uses: codecov/codecov-action@v1
- name: Push Javadocs
run: ./push_javadoc.sh
run: ./push_javadoc.sh

0 comments on commit 20fc2ba

Please sign in to comment.