diff --git a/.github/workflows/bump-n-pub.yml b/.github/workflows/bump-n-pub.yml index dcd1089..fb57cb2 100644 --- a/.github/workflows/bump-n-pub.yml +++ b/.github/workflows/bump-n-pub.yml @@ -14,7 +14,7 @@ on: jobs: version: - if: github.event.pull_request.merged == true + if: github.event_name == 'workflow_dispatch' || github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.merged == true) name: Version runs-on: ubuntu-latest outputs: