Skip to content

Commit

Permalink
Use main as default branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
digitronik committed Aug 29, 2024
1 parent 6212348 commit 0e37de9
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 0e37de9

Please sign in to comment.