diff --git a/.github/workflows/beta_release.yml b/.github/workflows/beta_release.yml index 27c05708..da2dbe87 100644 --- a/.github/workflows/beta_release.yml +++ b/.github/workflows/beta_release.yml @@ -3,6 +3,7 @@ name: beta release on: push: branches: [ 'main' ] + workflow_dispatch: concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bc06e34e..cfafea15 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,6 +5,7 @@ on: branches: [ 'main' ] pull_request: branches: [ 'main' ] + workflow_dispatch: concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}