diff --git a/.github/workflows/automaticRelease.yaml b/.github/workflows/automaticRelease.yaml index f3660cc..a61fe58 100644 --- a/.github/workflows/automaticRelease.yaml +++ b/.github/workflows/automaticRelease.yaml @@ -7,6 +7,8 @@ on: schedule: # * is a special character in YAML so you have to quote this string - cron: '0 0 * * 6' + workflow_dispatch: + jobs: pre-release: