Skip to content

Commit

Permalink
WIP CI
Browse files Browse the repository at this point in the history
  • Loading branch information
elcorto committed Aug 10, 2023
1 parent 0992639 commit 08b75de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_run:
workflows: ["tests"]
branches:
- main
- master
- test-ci
types:
- completed
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
python-version:
##- "3.8"
##- "3.9"
##- "3.10"
- "3.11"
- "3.10"
##- "3.11"

steps:
- name: checkout
Expand Down

0 comments on commit 08b75de

Please sign in to comment.