Skip to content

Commit 89373e2

Browse files
committed
Changing dts action to run on tag creation
Signed-off-by: Ryan Lettieri <[email protected]>
1 parent faa3d91 commit 89373e2

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/publish-dts-sdk.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
name: Publish Durable Task Scheduler to PyPI
22

33
on:
4-
push:
5-
branches: [ "main" ]
6-
pull_request:
7-
branches: [ "main" ]
84
push:
95
tags:
10-
- 'azuremanaged-v*' # Only run for tags starting with "azuremanaged-v"
6+
- 'testtag-v*' # Only run for tags starting with "azuremanaged-v"
7+
8+
# on:
9+
# push:
10+
# branches: [ "main" ]
11+
# pull_request:
12+
# branches: [ "main" ]
13+
1114

1215
jobs:
1316
lint:

0 commit comments

Comments
 (0)