diff --git a/.github/workflows/benchmark-cachegrind.yml b/.github/workflows/benchmark-cachegrind.yml index c7ebca62..f7d27a0b 100644 --- a/.github/workflows/benchmark-cachegrind.yml +++ b/.github/workflows/benchmark-cachegrind.yml @@ -1,14 +1,6 @@ name: Luau Benchmarks (CacheGrind) on: - pull_request: - paths-ignore: - - "docs/**" - - "papers/**" - - "rfcs/**" - - "*.md" - - "prototyping/**" - push: branches: - master @@ -90,7 +82,6 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} - name: Push benchmark results - if: github.event_name == 'push' run: | echo "Pushing benchmark results..." cd gh-pages diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 2b6237c2..42946289 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -1,13 +1,6 @@ name: Luau Benchmarks on: - pull_request: - paths-ignore: - - "docs/**" - - "papers/**" - - "rfcs/**" - - "*.md" - - "prototyping/**" push: branches: - master @@ -83,7 +76,6 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} - name: Push benchmark results - if: github.event_name == 'push' run: | echo "Pushing benchmark results..." cd gh-pages