mirror of
https://github.com/fluencelabs/wasmer
synced 2025-04-25 18:32:15 +00:00
Updated azure pipelines
This commit is contained in:
parent
b84287f7a7
commit
9a6c7ed2eb
@ -187,7 +187,14 @@ jobs:
|
|||||||
tag: dev
|
tag: dev
|
||||||
assets: $(Build.ArtifactStagingDirectory)
|
assets: $(Build.ArtifactStagingDirectory)
|
||||||
|
|
||||||
|
# We only run the pipelines on PRs to Master
|
||||||
|
pr:
|
||||||
|
- master
|
||||||
|
|
||||||
|
# Otherwise, we test in any of this branches (master or bors related)
|
||||||
trigger:
|
trigger:
|
||||||
branches:
|
branches:
|
||||||
include:
|
include:
|
||||||
- "*"
|
- master
|
||||||
|
- staging
|
||||||
|
- trying
|
||||||
|
Loading…
x
Reference in New Issue
Block a user