Skip to content

Commit

Permalink
add more triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
crhntr authored Aug 13, 2023
1 parent 381988e commit 4323c09
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/back_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches: [ "main" ]
paths-ignore:
- 'README.md'
schedule:
- cron: '0 22 * * 1-5'
workflow_dispatch: {}

jobs:
back_test:
Expand All @@ -22,4 +25,4 @@ jobs:
path: |
backtest_results.json
returns.csv
retention-days: 2
retention-days: 2

0 comments on commit 4323c09

Please sign in to comment.