From 95f867a7c8a6c99a0ace5df9d72acf64b10a92d0 Mon Sep 17 00:00:00 2001 From: David Robertson Date: Thu, 1 Sep 2022 16:26:53 +0100 Subject: Skip debian build --- .github/workflows/release-artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml index ed4fc6179d..e83bbede2a 100644 --- a/.github/workflows/release-artifacts.yml +++ b/.github/workflows/release-artifacts.yml @@ -5,7 +5,7 @@ name: Build release artifacts on: # we build on PRs and develop to (hopefully) get early warning # of things breaking (but only build one set of debs) - pull_request: +# pull_request: push: branches: ["develop", "release-*"] -- cgit 1.4.1