diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2024-02-29 12:44:33 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2024-02-29 12:44:33 -0300 |
commit | 5eb1e7a0845570c25585552068fde229da9e0b7a (patch) | |
tree | db5c5b482fa72d8162c36b76435d43c38133b1c2 | |
parent | 3f0f3028321154cbacecd6690833d0e8c805ccd8 (diff) | |
download | luarocks-5eb1e7a0845570c25585552068fde229da9e0b7a.tar.gz luarocks-5eb1e7a0845570c25585552068fde229da9e0b7a.tar.bz2 luarocks-5eb1e7a0845570c25585552068fde229da9e0b7a.zip |
ci: skip branches with PRs on AppVeyor
-rw-r--r-- | appveyor.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index 0d350d8a..c709cbe6 100644 --- a/appveyor.yml +++ b/appveyor.yml | |||
@@ -1,6 +1,7 @@ | |||
1 | version: 3.0.0.{build}-test | 1 | version: 3.0.0.{build}-test |
2 | 2 | ||
3 | shallow_clone: true | 3 | shallow_clone: true |
4 | skip_branch_with_pr: true | ||
4 | 5 | ||
5 | matrix: | 6 | matrix: |
6 | fast_finish: true | 7 | fast_finish: true |