Skip to content

Commit

Permalink
fix: Deploy on release creation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoramite committed Jun 16, 2021
1 parent ecffd11 commit 864d7f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tag.yaml → .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: 'Tag'
name: 'Release'

on:
push:
tags:
- '*'
release:
types:
- created

jobs:
deploy:
Expand Down

0 comments on commit 864d7f3

Please sign in to comment.