Skip to content

Commit

Permalink
Update ci.yml (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
wleong1 authored Apr 7, 2024
1 parent 9e6fdcd commit f509a22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ci
on:
push:
branches:
- '*'
- 'develop'
permissions:
contents: write
jobs:
Expand Down Expand Up @@ -73,4 +73,4 @@ jobs:
pip install pytest requests pandas yfinance
- name: pytest
run: |
pytest tests/
pytest tests/

0 comments on commit f509a22

Please sign in to comment.