Skip to content

Commit

Permalink
Merge pull request #263 from digitronik/brach_changes
Browse files Browse the repository at this point in the history
Use main as default branch.
  • Loading branch information
digitronik authored Aug 29, 2024
2 parents 7723d8f + 0e37de9 commit ee52664
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: 🐍 Publish to PyPI
on:
push:
branches:
- master
- main
tags:
- '*'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 🕵️ Test suite
on:
push:
branches:
- master
- main
pull_request:
types: ["opened", "synchronize", "reopened"]
schedule:
Expand Down

0 comments on commit ee52664

Please sign in to comment.