Skip to content

Commit

Permalink
Remove unwanted branches from workflow (#902)
Browse files Browse the repository at this point in the history
Co-authored-by: aadityap <aadityap@mathworks.com>
  • Loading branch information
aadityap-mathworks and aadityap committed Aug 21, 2023
1 parent f9fd658 commit 4fded15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/performance_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: PerformanceWindows

on:
push:
branches: [ development, c\+\+14-compliant, master ]
branches: [ development ]
workflow_dispatch:

permissions:
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Deploy results
uses: benchmark-action/github-action-benchmark@v1.16.1
with:
name: C++ Benchmark
name: CppMicroServices Benchmark
tool: 'googlecpp'
output-file-path: ${{ env.BUILD_DIR }}\bin\Release\benchmark_result.json
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 4fded15

Please sign in to comment.