ci: Run PRs on merge result instead of on the source branch

This is taken from Bitcoin Core's .cirrus.yml
This commit is contained in:
Tim Ruffing
2021-03-01 23:50:54 +01:00
parent b994a8be3c
commit c7f754fe4d
2 changed files with 13 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ RUN apt-get update
# dkpg-dev: to make pkg-config work in cross-builds
RUN apt-get install --no-install-recommends --no-upgrade -y \
git ca-certificates \
make automake libtool pkg-config dpkg-dev valgrind qemu-user \
gcc clang libc6-dbg libgmp-dev \
gcc-i686-linux-gnu libc6-dev-i386-cross libc6-dbg:i386 libgmp-dev:i386 \