diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index a4330b7..bedd022 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -10,7 +10,9 @@ on: branches: - main - autorelease/* - + workflow_dispatch: + + jobs: check-dist: runs-on: ubuntu-latest diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 964c8ec..b8badf6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,8 @@ on: branches: - main - autorelease/* + workflow_dispatch: + jobs: build: