Automatically trigger the ilasm round-trip test on PRs (#43666)
authorBruce Forstall <brucefo@microsoft.com>
Wed, 21 Oct 2020 00:51:09 +0000 (17:51 -0700)
committerGitHub <noreply@github.com>
Wed, 21 Oct 2020 00:51:09 +0000 (17:51 -0700)
For changes to the ilasm or ildasm source code, trigger
the ilasm round-trip pipeline.

There could, of course, be other changes that could affect
ilasm/ildasm, but this at least catches the primary ones.

eng/pipelines/coreclr/ilasm.yml

index 5bb7abc..130f369 100644 (file)
@@ -1,5 +1,14 @@
 trigger: none
 
+pr:
+  branches:
+    include:
+    - master
+  paths:
+    include:
+    - src/coreclr/src/ilasm/*
+    - src/coreclr/src/ildasm/*
+
 schedules:
 - cron: "0 19 * * 6"
   displayName: Sat at 11:00 AM (UTC-8:00)