Skip to content

Commit bc719d9

Browse files
authored
Update conda_build.yaml
1 parent 0d267df commit bc719d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/conda_build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ jobs:
4141
miniforge-version: latest
4242
#
4343
- name: Clone the devel branch (push to devel)
44-
run: git clone --branch test https://github.com/${{ env.REPO }}
44+
run: git clone --branch Scattering-Farfield-CUDA https://github.com/${{ env.REPO }}
4545
if: github.event_name != 'pull_request'
4646
#
4747
- name: Clone the feature branch (pull request to devel)
48-
run: git clone --branch test https://github.com/${{ env.REPO }}
48+
run: git clone --branch Scattering-Farfield-CUDA https://github.com/${{ env.REPO }}
4949
if: github.event_name == 'pull_request'
5050
#
5151
- name: Setup Conda
@@ -63,4 +63,4 @@ jobs:
6363
env:
6464

6565
ANACONDA_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
66-
if: github.event_name != 'pull_request'
66+
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)