Skip to content

Commit fbdfe4e

Browse files
authored
Update deployment trigger to all tags (#950)
Change tag pattern to trigger deployment on all tags.
1 parent 3a5e24d commit fbdfe4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Twilio Public release-pypi
33
on:
44
push:
55
tags:
6-
- 'v*'
6+
- '*'
77

88
env:
99
ARTIFACTORY_URL: ${{ vars.ARTIFACTORY_URL }}

0 commit comments

Comments
 (0)