diff options
Diffstat (limited to '')
-rw-r--r-- | .github/azure-pipelines.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/azure-pipelines.yml b/.github/azure-pipelines.yml index 4b52903..f9eb5ed 100644 --- a/.github/azure-pipelines.yml +++ b/.github/azure-pipelines.yml @@ -6,7 +6,10 @@ # - nvme/012 # - nvme/013 -trigger: none # Disable CI triggers. +trigger: + - master +pr: + - master jobs: - job: blktests |