Skip to content

Commit

Permalink
Cleaned up github workflows
Browse files Browse the repository at this point in the history
Fixes Excessive usage of Coveralls #3
  • Loading branch information
Theeoi committed Jan 19, 2024
1 parent d7ae161 commit 89a552c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.SSHKEY }}
source: ".,!tests,!.git,!.vscode"
source: ".,!tests,!scripts,!docs"
target: "/home/theodorb/notion-recurring-tasks/"

- name: Install dependancies
Expand All @@ -28,5 +28,5 @@ jobs:
script: |
cd /home/theodorb/notion-recurring-tasks
. .venv/bin/activate
python -m pip install --upgrade pip setuptools wheel
python -m pip install --upgrade pip
pip install .
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Tests

on:
push:
branches-ignore: [main]
branches: [main, dev]
pull_request:
branches: [main, dev]

Expand Down

0 comments on commit 89a552c

Please sign in to comment.