Skip to content

Commit

Permalink
fix: Release workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpacak committed Oct 14, 2019
1 parent 6a80995 commit 5ac21fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: build
name: release
on:
push:
tags:
- "*"
- "v*"
jobs:
build:
name: Build
Expand Down

0 comments on commit 5ac21fd

Please sign in to comment.