diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 75a0506..f96b6f6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,9 +2,10 @@ name: deploy-to-Yandex-Cloud # Controls when the workflow will run on: - # release: - # types: [published] - push: + release: + types: + - published + # push: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: