build: changed push trigger branch and results push repo

This commit is contained in:
Allan Jeremy 2022-06-16 17:47:12 +03:00
parent 99efc4abb7
commit f12ef47cf1

View file

@ -3,7 +3,7 @@ name: Luau Benchmarks
on:
push:
branches:
- feat/benchmarks-multi-os
- master
paths-ignore:
- "docs/**"
- "papers/**"
@ -30,7 +30,7 @@ jobs:
cachegrindIterCount: 20,
}
benchResultsRepo:
- { name: "AllanJeremy/luau-benchmark-results", branch: "main" }
- { name: "luau-lang/benchmark-data", branch: "main" }
runs-on: ${{ matrix.os }}
steps:
@ -116,7 +116,7 @@ jobs:
cachegrindIterCount: 20,
}
benchResultsRepo:
- { name: "AllanJeremy/luau-benchmark-results", branch: "main" }
- { name: "luau-lang/benchmark-data", branch: "main" }
runs-on: ${{ matrix.os }}
steps: