mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
fix
This commit is contained in:
parent
c165096973
commit
ddeea9bf87
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -1,7 +1,7 @@
|
||||||
# THIS FILE IS AUTOGENERATED USING ./tools/get_workflow.yml
|
# THIS FILE IS AUTOGENERATED USING ./tools/get_workflow.yml
|
||||||
{
|
{
|
||||||
"name": "ci",
|
"name": "ci",
|
||||||
"runs-on": [
|
"on": [
|
||||||
"push",
|
"push",
|
||||||
"pull_request"
|
"pull_request"
|
||||||
],
|
],
|
||||||
|
|
|
@ -120,7 +120,7 @@ function generateBuildJobs(): Record<string, unknown> {
|
||||||
|
|
||||||
const ci = {
|
const ci = {
|
||||||
name: "ci",
|
name: "ci",
|
||||||
"runs-on": ["push", "pull_request"],
|
on: ["push", "pull_request"],
|
||||||
jobs: {
|
jobs: {
|
||||||
...generateBuildJobs(),
|
...generateBuildJobs(),
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue