Skip to content

Commit

Permalink
💚 trigger deploy when tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
dinos80152 committed Jun 12, 2021
1 parent 6303cf8 commit 3317f4f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ name: Deploy
# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [master]
release:
types:
- "published"

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 3317f4f

Please sign in to comment.