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