diff options
author | metagn <metagngn@gmail.com> | 2022-09-16 05:48:47 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-16 10:48:47 +0800 |
commit | c7ee4ab50924c33eaf66f99d1bfbe47faffc8443 (patch) | |
tree | 11196f8a2764be40fef619a84a1e241415e11a10 /azure-pipelines.yml | |
parent | 758598dd3e0cac7a4a4cf48e9ff82f7f01d775cb (diff) | |
download | Nim-c7ee4ab50924c33eaf66f99d1bfbe47faffc8443.tar.gz |
don't run azure on other branches either (#20365)
* don't run azure on other branches either refs #20184 Azure is more prone to clogging & it's especially bad with the timeouts (some PRs haven't rebased). * allow all version- branches Co-authored-by: Clay Sweetser <Varriount@users.noreply.github.com> * add closing quote Co-authored-by: Clay Sweetser <Varriount@users.noreply.github.com>
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index bfc58d072..d034e3b9b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,7 +1,8 @@ trigger: branches: include: - - '*' + - 'devel' + - 'version-*' pr: branches: include: |