diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 419c320ef787a..e6de99d8d553b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,13 +1,13 @@ name: Release Cycle -on: - schedule: - - cron: "55 15 * * 5" - #on: -# push: -# branches: -# - master +# schedule: +# - cron: "55 15 * * 5" + +on: + push: + branches: + - master jobs: regular-release: