Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Commit

Permalink
Run release action on tag creation
Browse files Browse the repository at this point in the history
  • Loading branch information
theothertomelliott committed Mar 29, 2020
1 parent fd017fe commit 3d7eff8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: 'Release'
on:
create:
tags:
- v*
push:
branches:
- master
Expand Down

0 comments on commit 3d7eff8

Please sign in to comment.