Skip to content

Commit b24ffc2

Browse files
committed
updated to test master branch
1 parent b12ab73 commit b24ffc2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pkg_conda_pytest_integrative.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Run Conda Env, Pytest for integegrative test
22

33
on:
44
push:
5-
branches: [ master, 1.4.2 ]
5+
branches: [ master ]
66
paths: # the job will run when these files pushed
77
- '**.py'
88
- '**.sh'

.github/workflows/pkg_conda_pytest_unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Run Conda Env, Pytest for unit tests
22

33
on:
44
push:
5-
branches: [ master, 1.4.2 ]
5+
branches: [ master ]
66
paths: # the job will run when these files pushed
77
- '**.py'
88
- '**.sh'

0 commit comments

Comments
 (0)