From e723e1006c83b67b81cd7950d3874caee9bd7827 Mon Sep 17 00:00:00 2001 From: Kristofer Hallin Date: Fri, 20 Sep 2024 09:01:17 +0200 Subject: [PATCH] Make the build packages step run on the test-actions branch. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d34976f..8df3b01 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,7 +76,7 @@ jobs: create_deb_packet: needs: reset-run-number - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/test-actions' runs-on: ubuntu-20.04 env: VERSION: "7.1.0"