mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2024-12-22 13:42:27 -05:00
ci: execute signing on main [skip ci]
This commit is contained in:
parent
05f913e602
commit
ae5bc31eb3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci-cd.yml
vendored
2
.github/workflows/ci-cd.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue