Update workflows

This commit is contained in:
Peter Evans 2019-10-14 15:50:52 +09:00
parent 32d0abbc7c
commit 4f04f4efd9
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
name: create-pull-request workflow
on:
repository_dispatch:
types: [create-pull-request-multi]
name: create-pull-request workflow
jobs:
createPullRequest:
name: Testing on ${{ matrix.platform }}

View file

@ -1,7 +1,7 @@
name: create-pull-request workflow
on:
repository_dispatch:
types: [create-pull-request]
name: create-pull-request workflow
jobs:
createPullRequest:
runs-on: ubuntu-latest