Skip to content

Commit

Permalink
GHA: Runs workflow for all dev branches
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Sep 25, 2023
1 parent 329ab5f commit 8f950b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/backtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ name: Backtest
on:
pull_request:
branches:
- '*-dev'
- 'dev-*'
- '*dev'
- 'dev*'
- 'main'
- 'master'
paths-ignore:
- '*.md'
push:
branches:
- '*-dev'
- 'dev-*'
- '*dev'
- 'dev*'
- 'main'
- 'master'
paths-ignore:
Expand Down

0 comments on commit 8f950b1

Please sign in to comment.