Skip to content

Commit

Permalink
Fix running deploy workflow on tag push
Browse files Browse the repository at this point in the history
  • Loading branch information
mdowds committed Mar 14, 2021
1 parent 8d07c57 commit af67124
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Deploy
on:
release:
types:
- created
push:
tags:
- '*'

jobs:
deploy:
Expand Down

0 comments on commit af67124

Please sign in to comment.