one CI build per push to pr branch
Hi,
I am using AV with Github project https://github.com/logdna/winevt-tailer.
How can I configure AV so it builds commit to PR branch only once?
Currently I see two builds scheduled per commit. See attached pic.
https://github.com/logdna/winevt-tailer/pull/1
What is the correct configuration?
- QrSCyzxxoS.png 49.2 KB
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 15 Feb, 2023 01:19 AM
Add the following setting to
appveyor.yml
:2 Posted by dkhokhlov on 15 Feb, 2023 06:32 AM
resolved. thanks.