Skip to content

Commit

Permalink
updated to test master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mauvais2 committed Aug 22, 2022
1 parent b12ab73 commit b24ffc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pkg_conda_pytest_integrative.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Run Conda Env, Pytest for integegrative test

on:
push:
branches: [ master, 1.4.2 ]
branches: [ master ]
paths: # the job will run when these files pushed
- '**.py'
- '**.sh'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkg_conda_pytest_unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Run Conda Env, Pytest for unit tests

on:
push:
branches: [ master, 1.4.2 ]
branches: [ master ]
paths: # the job will run when these files pushed
- '**.py'
- '**.sh'
Expand Down

0 comments on commit b24ffc2

Please sign in to comment.