Skip to content

Commit

Permalink
fixed branches for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gfursin committed Oct 13, 2024
1 parent 7de49a1 commit 60edd2d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-cm-image-classification-onnx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: 'CM: image classification with ONNX'

on:
pull_request:
branches: [ "main", "dev" ]
branches: [ "master", "main", "dev" ]
paths:
- '.github/workflows/test-image-classification-onnx.yml'
- '**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-cm-mlperf-inference-resnet50.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: 'CM: MLPerf inference resnet50'

on:
pull_request:
branches: [ "master", "dev" ]
branches: [ "master", "main", "dev" ]
paths:
- '.github/workflows/test-mlperf-inference-resnet50.yml'
- '**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-cm-script-features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: CM script automation features test

on:
pull_request:
branches: [ "master", "dev" ]
branches: [ "master", "main", "dev" ]
paths:
- '.github/workflows/test-cm-script-features.yml'
- '**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-cm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: CM test

on:
pull_request:
branches: [ "master" ]
branches: [ "master", "main", "dev" ]
paths:
- '.github/workflows/test-cm.yml'
- 'cm/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-cmx-image-classification-onnx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: 'CMX: image classification with ONNX'

on:
pull_request:
branches: [ "main", "dev" ]
branches: [ "master", "main", "dev" ]
paths:
- '.github/workflows/test-image-classification-onnx.yml'
- '**'
Expand Down

0 comments on commit 60edd2d

Please sign in to comment.