Skip to content

Commit 715eccc

Browse files
committed
modify check_model_pattern_changes.yml
1 parent 7241335 commit 715eccc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/check_model_pattern_changes.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ env:
77
LLM_BENCH_PYPATH: llm_bench/python
88

99
on:
10-
push:
11-
branches: [ "master" ]
10+
pull_request:
1211
paths:
13-
- llm_bench/python/requirements.txt
12+
- 'llm_bench/python/requirements.txt'
1413
- .github/workflows/check_model_pattern_changes.yml
1514

1615
permissions: read-all # Required by https://github.com/ossf/scorecard/blob/e23b8ad91fd6a64a0a971ca4fc0a4d1650725615/docs/checks.md#token-permissions

0 commit comments

Comments
 (0)