Skip to content

Commit e83c5e8

Browse files
committed
Changing main back to master for now.
1 parent db7df7f commit e83c5e8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ on:
77
pull_request:
88
branches:
99
- develop
10-
- main
10+
- master
1111
push:
1212
branches:
1313
- develop
14-
- main
14+
- master
1515

1616
env:
1717
OMP_NUM_THREADS: 2

.github/workflows/python-publish-testpypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name: Upload Python Package
88
on:
99
push:
1010
branches:
11-
- main
11+
- master
1212

1313
jobs:
1414
deploy:

0 commit comments

Comments
 (0)