Skip to content

Commit

Permalink
actions: enable 'on release' trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Apr 1, 2022
1 parent 24aae51 commit 29df83d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@

name: Deploy New Version

on: workflow_dispatch
# on:
# push:
# tags:
# - 'v*'
on:
workflow_dispatch:
release:
types: [created]

jobs:
build:
Expand Down

0 comments on commit 29df83d

Please sign in to comment.