Skip to content

Commit

Permalink
Runs workflows on all dev branches
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Aug 28, 2023
1 parent 64f8763 commit 5a97268
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/backtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,14 @@ name: Backtest
on:
pull_request:
branches:
- '*-dev'
- 'dev-*'
- '*dev*'
- 'main'
- 'master'
paths-ignore:
- '*.md'
push:
branches:
- '*-dev'
- 'dev-*'
- '*dev*'
- 'main'
- 'master'
paths-ignore:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,17 @@ name: Compile
on:
pull_request:
branches:
- 'master'
- '*dev*'
- 'main'
- 'master'
paths-ignore:
- '*.md'
- '.git*'
push:
branches:
- 'master'
- '*dev*'
- 'main'
- 'master'
paths-ignore:
- '*.md'
- '.git*'
Expand Down

0 comments on commit 5a97268

Please sign in to comment.