diff --git a/.github/workflows/ipfs.yml b/.github/workflows/ipfs.yml index ebb4abd..d8f8958 100644 --- a/.github/workflows/ipfs.yml +++ b/.github/workflows/ipfs.yml @@ -59,6 +59,7 @@ jobs: - name: Create Release id: create_release + if: github.event_name == 'push' uses: actions/create-release@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token