Skip to content

Commit

Permalink
ci(actions): Catch all tag events and send to Github Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Aug 17, 2020
1 parent 8af398e commit b9a7dba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Deploy

on:
release:
types: [published]
push:
tags:
- *

jobs:
deploy:
Expand Down

0 comments on commit b9a7dba

Please sign in to comment.