We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab44f0d commit 91c8442Copy full SHA for 91c8442
1 file changed
.github/workflows/notify-target-repo.yml
@@ -7,10 +7,11 @@ on:
7
jobs:
8
notify:
9
runs-on: ubuntu-latest
10
+ if: github.event.commits[0].message != 'Merge pull request' # optional filter
11
steps:
- - name: Notify Target Repository
12
+ - name: Notify target repo
13
uses: peter-evans/repository-dispatch@v3
14
with:
15
token: ${{ secrets.REPO_SYNC }}
16
repository: lauradreith/data-perimeter-policy-examples
- event-type: source-repo-push
17
+ event-type: source-merged
0 commit comments