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:
|
on:
|
||||||
repository_dispatch:
|
repository_dispatch:
|
||||||
types: [create-pull-request-multi]
|
types: [create-pull-request-multi]
|
||||||
name: create-pull-request workflow
|
|
||||||
jobs:
|
jobs:
|
||||||
createPullRequest:
|
createPullRequest:
|
||||||
name: Testing on ${{ matrix.platform }}
|
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:
|
on:
|
||||||
repository_dispatch:
|
repository_dispatch:
|
||||||
types: [create-pull-request]
|
types: [create-pull-request]
|
||||||
name: create-pull-request workflow
|
|
||||||
jobs:
|
jobs:
|
||||||
createPullRequest:
|
createPullRequest:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue