From ae5bc31eb3362af3012c815349cd579533f434a2 Mon Sep 17 00:00:00 2001 From: Ron de las Alas Date: Thu, 30 Nov 2023 11:04:35 -0500 Subject: [PATCH] ci: execute signing on main [skip ci] --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 22608b6..b4593bd 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -25,7 +25,7 @@ jobs: environment: name: ${{ matrix.os }} env: - SCRATCH_SHOULD_SIGN: ${{ github.ref_name == 'gha' }} + SCRATCH_SHOULD_SIGN: ${{ github.ref_name == 'main' }} AC_USERNAME: ${{ github.ref_name == 'main' && secrets.AC_USERNAME }} AC_PASSWORD: ${{ github.ref_name == 'main' && secrets.AC_PASSWORD }} steps: