diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 3c69a2ec..ba6ba297 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -1,15 +1,6 @@ name: Luau Benchmarks on: - push: - branches: - - "master" - paths-ignore: - - "docs/**" - - "papers/**" - - "rfcs/**" - - "*.md" - - "prototyping/**" pull_request: paths-ignore: - "docs/**"