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

Commit

Permalink
fix(deploy): properly deploy when a new tag is created (#721)
Browse files Browse the repository at this point in the history
This will properly deploy the storybook instance when there is a new tag created rather than by push.
  • Loading branch information
jeffchew authored Oct 29, 2021
1 parent 44b2dba commit 26181d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: deploy

on:
push:
create:
tags:
- 'v*'

Expand Down

0 comments on commit 26181d3

Please sign in to comment.