diff --git a/.github/workflows/post-cd.yaml b/.github/workflows/post-cd.yaml index d75e0953..48c04af5 100644 --- a/.github/workflows/post-cd.yaml +++ b/.github/workflows/post-cd.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest if: | github.event.pull_request.user.login == 'github-actions[bot]' && - startsWith(github.event.pull_request.title, '[CD]') + startsWith(github.event.pull_request.title, '[CD]') && github.event.pull_request.merged == true steps: - name: Checkout diff --git a/VERSION b/VERSION index ec04f9c2..20566340 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0a31 \ No newline at end of file +0.1.0a32 \ No newline at end of file