Skip to content

Commit

Permalink
fix ghub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kompetenzbolzen committed Apr 24, 2020
1 parent 46c6a1a commit b8c42fb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@

name: Build release
on:
push: tags
push:
tags:
- '*'


jobs:
build:
Expand Down

0 comments on commit b8c42fb

Please sign in to comment.