Update workflows
This commit is contained in:
parent
32d0abbc7c
commit
4f04f4efd9
2 changed files with 2 additions and 2 deletions
|
@ -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 }}
|
||||
|
|
2
.github/workflows/create-pull-request.yml
vendored
2
.github/workflows/create-pull-request.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue