From b2a833e35165a897001614eb2fb95fbb08976577 Mon Sep 17 00:00:00 2001 From: "Joshua M. Clulow" Date: Fri, 19 Nov 2021 12:12:19 -0800 Subject: [PATCH] enable buildomat check suites on push and pull request --- .github/buildomat/config.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/buildomat/config.toml diff --git a/.github/buildomat/config.toml b/.github/buildomat/config.toml new file mode 100644 index 0000000..703e7ae --- /dev/null +++ b/.github/buildomat/config.toml @@ -0,0 +1,5 @@ +# +# This file, with this flag, must be present in the default branch in order for +# the buildomat integration to create check suites. +# +enable = true