Skip to content

Commit

Permalink
(build) trigger release only from GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Mar 17, 2020
1 parent 6a10520 commit 643ba1f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ name: Release
on:
release:
types: [published]
push:
tags:
- '*'


jobs:
callBuildFlow:
name: Trigger Build flow
Expand Down

0 comments on commit 643ba1f

Please sign in to comment.