Skip to content

Commit

Permalink
fix release yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sters committed Dec 29, 2019
1 parent 520f140 commit 758b960
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Release
on:
push:
branches:
- "*"
- "!*"
tags:
- "v*.*.*"
jobs:
build:
name: Build
Expand Down

0 comments on commit 758b960

Please sign in to comment.