Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
tuna2134 committed Dec 19, 2022
1 parent 4e5a22c commit 9a6214f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build document

on:
push:
branches: ["main"]
branches: ["main", "develop"]
paths:
- docs/**

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 pytest
pip install flake8 pytest pytest-asyncio
pip install .
- name: Lint with flake8
run: |
Expand Down

0 comments on commit 9a6214f

Please sign in to comment.