diff --git a/.github/workflows/dist.yml b/.github/workflows/dist.yml index 03c2389..61d23fb 100644 --- a/.github/workflows/dist.yml +++ b/.github/workflows/dist.yml @@ -9,8 +9,8 @@ on: jobs: publish: name: Publish - # Check if the PR is not from a fork - if: github.repository_owner == 'samber' + # Check if the PR is not from a fork or manually executed + if: github.repository_owner == 'samber' or github.event_name == 'workflow_dispatch' runs-on: ubuntu-latest steps: - name: Checkout Repo