Skip to content

Commit 91c8442

Browse files
authored
Update notify-target-repo.yml
1 parent ab44f0d commit 91c8442

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/notify-target-repo.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ on:
77
jobs:
88
notify:
99
runs-on: ubuntu-latest
10+
if: github.event.commits[0].message != 'Merge pull request' # optional filter
1011
steps:
11-
- name: Notify Target Repository
12+
- name: Notify target repo
1213
uses: peter-evans/repository-dispatch@v3
1314
with:
1415
token: ${{ secrets.REPO_SYNC }}
1516
repository: lauradreith/data-perimeter-policy-examples
16-
event-type: source-repo-push
17+
event-type: source-merged

0 commit comments

Comments
 (0)