Skip to content

Commit 71c081f

Browse files
committed
rename develop to main
1 parent 7a4fa6e commit 71c081f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/smoke_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- master
88
# branches: ['develop']
99
pull_request:
10-
branches: ['develop']
10+
branches: ['main']
1111

1212
# Allows you to run this workflow manually from the Actions tab
1313
workflow_dispatch:

GSASII/GSASIIpath.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1238,7 +1238,7 @@ def LoadConfig(printInfo=True):
12381238
'''
12391239
def XferConfigIni():
12401240
'''copy the contents of the config.py file to file ~/.GSASII/config.ini.
1241-
This "patch code" used for master->develop transition and can eventually
1241+
This "patch code" used for master->main transition and can eventually
12421242
be removed.
12431243
'''
12441244
import types

0 commit comments

Comments
 (0)