Skip to content

Commit

Permalink
Update the GitHub action to target the main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
manzanotti committed Sep 30, 2023
1 parent 24166c4 commit 5924d35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
name: Build and Test
on:
push:
branches: ["master"]
branches: ["main"]
pull_request:
branches: ["master"]
branches: ["main"]
workflow_dispatch:
permissions:
contents: read
Expand Down
1 change: 0 additions & 1 deletion geniushubclient/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ class GeniusService:
"""Handle all communication to the Genius Hub."""

def __init__(self, hub_id, username=None, password=None, session=None) -> None:

self._session = session if session else aiohttp.ClientSession()

if username or password: # use the v3 Api
Expand Down

0 comments on commit 5924d35

Please sign in to comment.