[Config] Updated events being relied on by benchmark github workflow

This commit is contained in:
Allan Jeremy 2022-05-12 19:02:47 +03:00
parent 4b5d62501e
commit aad35f788e

View file

@ -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: