Skip to content

Commit

Permalink
Remove conditions for test
Browse files Browse the repository at this point in the history
  • Loading branch information
OptimumCode committed Jul 6, 2024
1 parent 495ed09 commit 5f9afd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Run Benchmarks
on:
push:
branches:
- main
- issue_#208
pull_request:

env:
Expand Down Expand Up @@ -92,4 +92,4 @@ jobs:
alert-threshold: '200%'
github-token: ${{ secrets.GITHUB_TOKEN }}
# Push and deploy GitHub pages branch automatically only if run in main repo and not in PR
auto-push: ${{ github.repository == 'krzema12/snakeyaml-engine-kmp' && github.event_name != 'pull_request' }}
auto-push: ${{ github.event_name != 'pull_request' }}

0 comments on commit 5f9afd8

Please sign in to comment.