Skip to content

Commit

Permalink
Change 'main' to 'master' so benchmarking action actually runs
Browse files Browse the repository at this point in the history
  • Loading branch information
rkierulf authored Jul 3, 2024
1 parent 0e86a9c commit 70ab55a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:
on:
pull_request:
branches:
- main
- master
paths:
- "KomaMRICore/src/**/*"
- "KomaMRICore/ext/**/*"
Expand All @@ -19,7 +19,7 @@ on:
- "Project.toml"
push:
branches:
- main
- master
paths:
- "KomaMRICore/src/**/*"
- "KomaMRICore/ext/**/*"
Expand Down Expand Up @@ -63,4 +63,4 @@ jobs:
comment-always: true
alert-threshold: "150%"
fail-on-alert: false
auto-push: ${{ github.event_name != 'pull_request' }}
auto-push: ${{ github.event_name != 'pull_request' }}

0 comments on commit 70ab55a

Please sign in to comment.