Skip to content

Commit

Permalink
Merge pull request #977 from finos/azure-pipelines
Browse files Browse the repository at this point in the history
Update azure-pipelines.yml for Azure Pipelines
  • Loading branch information
texodus authored Mar 17, 2020
2 parents 8002fb4 + 85ccf9d commit 2767bb8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
trigger:
branches:
include:
- '*' # must quote since "*" is a YAML reserved character; we want a string

pr:
branches:
include:
- '*' # must quote since "*" is a YAML reserved character; we want a string

jobs:
- job: 'WebAssembly'
Expand Down

0 comments on commit 2767bb8

Please sign in to comment.