Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fd02005

Browse files
authoredAug 17, 2021
tests: switch master to main
1 parent 3b2b3f2 commit fd02005

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Publish Python 🐍
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ main ]
88
workflow_dispatch:
99

1010
jobs:

0 commit comments

Comments
 (0)
Please sign in to comment.