Skip to content

Commit 8216bd9

Browse files
Revert "Update linux-pr-validation.yaml (#146)" (#149)
This reverts commit e1619f9.
1 parent e1619f9 commit 8216bd9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build-system/linux-pr-validation.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r)
1010

1111
pr:
1212
autoCancel: true # indicates whether additional pushes to a PR should cancel in-progress runs for the same PR. Defaults to true
13+
branches:
14+
include: [ dev, master ] # branch names which will trigger a build
1315

1416
jobs:
1517
- template: azure-pipeline.template.yaml
@@ -19,4 +21,4 @@ jobs:
1921
scriptFileName: ./build.sh
2022
scriptArgs: all
2123
outputDirectory: 'bin/nuget'
22-
artifactName: 'nuget_pack-$(Build.BuildId)'
24+
artifactName: 'nuget_pack-$(Build.BuildId)'

0 commit comments

Comments
 (0)