diff --git a/.github/workflows/dep_iocipher_jni.yml b/.github/workflows/dep_iocipher_jni.yml index eb5d1193..0570668c 100644 --- a/.github/workflows/dep_iocipher_jni.yml +++ b/.github/workflows/dep_iocipher_jni.yml @@ -38,7 +38,7 @@ jobs: run: rm -f output.txt - name: Create Pull Request - if: ${{ (github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/zoff99/dev003' }} + if: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/zoff99/dev003' }} uses: peter-evans/create-pull-request@v7 with: commit-message: ${{ steps.titletext_str.outputs.titletext }} diff --git a/.github/workflows/dep_toxcore_jni.yml b/.github/workflows/dep_toxcore_jni.yml index 2cbd8d75..b9df144c 100644 --- a/.github/workflows/dep_toxcore_jni.yml +++ b/.github/workflows/dep_toxcore_jni.yml @@ -43,7 +43,7 @@ jobs: run: rm -f output.txt - name: Create Pull Request - if: ${{ (github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/zoff99/dev003' }} + if: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/zoff99/dev003' }} uses: peter-evans/create-pull-request@v7 with: commit-message: ${{ steps.titletext_str.outputs.titletext }}