Skip to content

Commit ee52664

Browse files
authored
Merge pull request #263 from digitronik/brach_changes
Use main as default branch.
2 parents 7723d8f + 0e37de9 commit ee52664

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: 🐍 Publish to PyPI
55
on:
66
push:
77
branches:
8-
- master
8+
- main
99
tags:
1010
- '*'
1111

.github/workflows/test_suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: 🕵️ Test suite
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88
types: ["opened", "synchronize", "reopened"]
99
schedule:

0 commit comments

Comments
 (0)