Skip to content

Commit

Permalink
Fix GitHub Actions and update Changelog (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-pie authored Jun 24, 2024
1 parent 2719a89 commit 11bfde6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Linter

on:
push:
branches: [master]
branches: [main]
pull_request:
branches: [master]
branches: [main]

workflow_dispatch:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Pytest
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

jobs:
coverage:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.8.1
-----
- Switch to using `sslmode=prefer` for connections to backend DB

0.7.0
-----
- Add delete_schedule command
Expand Down

0 comments on commit 11bfde6

Please sign in to comment.