Skip to content

Commit

Permalink
Tweak action workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Myoldmopar committed Oct 7, 2022
1 parent 9e0a7ae commit 7776aa6
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 @@ -3,7 +3,7 @@ name: Sphinx docs to gh-pages
on:
push:
branches:
- master
- main

# workflow_dispatch: # Un comment line if you also want to trigger action manually

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- name: Install Pip Dependencies
run: pip install nose coverage
- name: Run Tests
run: nosetests --with-coverage --cover-package scp # --cover-html for local html results
run: nosetests --with-coverage --cover-package scp # --cover-html for local html results

0 comments on commit 7776aa6

Please sign in to comment.