Skip to content

Commit

Permalink
Run deploy when pushing tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Apr 7, 2020
1 parent b1cca20 commit 235e8d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Deploy
on:
push:
tags:
- 'v*'
release:
types: [created]
jobs:
Expand Down

0 comments on commit 235e8d9

Please sign in to comment.