Skip to content

Commit

Permalink
checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
jantimon committed Nov 13, 2023
1 parent 63085f6 commit 4285464
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/codspeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@ name: codspeed-benchmarks

on:
push:
branches:
- "main"
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:

jobs:
benchmarks:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 4285464

Please sign in to comment.