diff --git a/content/actions/using-workflows/events-that-trigger-workflows.md b/content/actions/using-workflows/events-that-trigger-workflows.md index 2f6f2cbfb9..6f425be7af 100644 --- a/content/actions/using-workflows/events-that-trigger-workflows.md +++ b/content/actions/using-workflows/events-that-trigger-workflows.md @@ -899,7 +899,7 @@ on: jobs: if_merged: - if: github.event.pull_request_target.merged == true + if: github.event.pull_request.merged == true runs-on: ubuntu-latest steps: - run: |