Skip to content

Commit

Permalink
Merge pull request #22 from hudsonbrendon/fix/python-package
Browse files Browse the repository at this point in the history
fix: change branch master to main in pythonpackage.yml
  • Loading branch information
hudsonbrendon authored Jan 30, 2025
2 parents 65b3cc2 + 0f7a29e commit 5caff69
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Python package

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

jobs:
build:
Expand Down
44 changes: 41 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5caff69

Please sign in to comment.