Skip to content

Commit

Permalink
chore: adjust workflow to only trigger on release publish
Browse files Browse the repository at this point in the history
  • Loading branch information
SargoDarya committed Aug 30, 2021
1 parent fec8120 commit 6e3b82f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
release:
types: [published]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down

0 comments on commit 6e3b82f

Please sign in to comment.