Skip to content

Commit f89dc61

Browse files
committed
build: don't build on push to avoid duplicate runs
1 parent 5199c87 commit f89dc61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mps-model-adapters.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: MPS compatibility
33
on:
44
push:
55
branches:
6-
- '**'
6+
- 'main'
77
pull_request: {}
88
# allow manual execution just in case
99
workflow_dispatch:

0 commit comments

Comments
 (0)