diff --git a/.github/workflows-src/release.yml b/.github/workflows-src/release.yml index 3341b6907f..dc5824ad78 100644 --- a/.github/workflows-src/release.yml +++ b/.github/workflows-src/release.yml @@ -1,5 +1,6 @@ name: release on: + workflow_dispatch: push: branches: - main diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 43c4ce4ef3..ce19129b49 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,6 +1,7 @@ ### WARNING -- this file was generated by generate-workflows name: release on: + workflow_dispatch: push: branches: - main