diff options
author | alaviss <alaviss@users.noreply.github.com> | 2020-03-15 22:44:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-15 23:44:07 +0100 |
commit | ae5094e1432cef8c32575915ae1e19deffe7df61 (patch) | |
tree | 4d2430bec7513b7018bf52b27d7ec64a0c13c0b5 | |
parent | 6e0c06f50e0450522b32a1bad23a3d2a4e36e9f9 (diff) | |
download | Nim-ae5094e1432cef8c32575915ae1e19deffe7df61.tar.gz |
azure-pipelines: walkaround issues with triggers (#13657)
See https://status.dev.azure.com/_event/179641421
-rw-r--r-- | azure-pipelines.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e04974f5b..310feb8f7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,3 +1,12 @@ +trigger: + branches: + include: + - '*' +pr: + branches: + include: + - '*' + jobs: - job: packages |