ci: deploy on tags
This commit is contained in:
@@ -31,7 +31,10 @@ jobs:
|
|||||||
condition: |
|
condition: |
|
||||||
and (
|
and (
|
||||||
succeeded(),
|
succeeded(),
|
||||||
eq(variables['Build.SourceBranch'], 'refs/heads/dev')
|
or (
|
||||||
|
eq(variables['Build.SourceBranch'], 'refs/heads/dev'),
|
||||||
|
eq(buildTag, True)
|
||||||
|
)
|
||||||
)
|
)
|
||||||
steps:
|
steps:
|
||||||
- template: azure/build.yml
|
- template: azure/build.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user