We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7241335 commit 715ecccCopy full SHA for 715eccc
.github/workflows/check_model_pattern_changes.yml
@@ -7,10 +7,9 @@ env:
7
LLM_BENCH_PYPATH: llm_bench/python
8
9
on:
10
- push:
11
- branches: [ "master" ]
+ pull_request:
12
paths:
13
- - llm_bench/python/requirements.txt
+ - 'llm_bench/python/requirements.txt'
14
- .github/workflows/check_model_pattern_changes.yml
15
16
permissions: read-all # Required by https://github.com/ossf/scorecard/blob/e23b8ad91fd6a64a0a971ca4fc0a4d1650725615/docs/checks.md#token-permissions
0 commit comments