Skip to content

Commit

Permalink
Fix workflow branch pattern.
Browse files Browse the repository at this point in the history
  • Loading branch information
FiveMovesAhead committed Apr 23, 2024
1 parent 054a6a2 commit e762ded
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build_benchmarker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ name: Build Benchmarker
on:
push:
branches:
- 'benchmarker/*'
- 'test/benchmarker/*'
- 'dev/benchmarker/*'
- 'test/benchmarker'
- 'dev/benchmarker'

jobs:
build_wasm:
Expand Down

0 comments on commit e762ded

Please sign in to comment.