mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
[Config] Updated events being relied on by benchmark github workflow
This commit is contained in:
parent
4b5d62501e
commit
aad35f788e
1 changed files with 15 additions and 2 deletions
17
.github/workflows/benchmark.yml
vendored
17
.github/workflows/benchmark.yml
vendored
|
@ -1,9 +1,22 @@
|
|||
name: Benchmarks - PR
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- 'master'
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- 'papers/**'
|
||||
- 'rfcs/**'
|
||||
- '*.md'
|
||||
- 'prototyping/**'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- 'papers/**'
|
||||
- 'rfcs/**'
|
||||
- '*.md'
|
||||
- 'prototyping/**'
|
||||
# we don't use paths-ignore in required pass workflows
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Add table
Reference in a new issue