Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 2 additions & 11 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
name: Deploy docs to GitHub Pages

# on:
# push:
# branches: ["devel", "main"] # TODO: Set to main only after release
# workflow_dispatch:
on:
push:
branches:
- main
- devel
pull_request:
branches:
- main
- devel
branches: ["devel", "main"] # TODO: Set to main only after release
workflow_dispatch:

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
isort --check src/
isort --check tutorials/

- name: Code formatting with prospector
- name: Code formatting with mypy
continue-on-error: true
run: |
pip install mypy
Expand Down