Skip to content

Commit

Permalink
Changing release to build on tag push
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicklas2751 authored Jan 12, 2021
1 parent d8ea876 commit c147a8a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Release
on:
release:
types: [created]
on:
push:
tags:
- '*'

jobs:
build:
Expand Down

0 comments on commit c147a8a

Please sign in to comment.