Skip to content

Commit bc82038

Browse files
author
Mei-Hui Su
committed
update to ucvm 25.7
1 parent dbb6e61 commit bc82038

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/ivlsu-ucvm-ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: ivlsu-ucvm-ci
22

33
on:
44
push:
5+
## branches: [ main ]
56
branches: [ foofoo ]
67

78
jobs:
@@ -20,15 +21,15 @@ jobs:
2021
uses: actions/checkout@v2
2122
with:
2223
repository: 'SCECcode/UCVM'
23-
ref: testMei
24+
ref: main
2425
path: ucvm
2526
- id: build-ucvm
2627
name: build ucvm
2728
uses: ./ucvm/.github/actions/build-ucvm-action
2829
with:
2930
initiating-repo: 'ivlsu'
3031
target-model: 'ivlsu'
31-
target-branch: 'testMei'
32+
target-branch: 'main'
3233
- name: get-result ${{ steps.build-ucvm.outputs.build-log }}
3334
run: more ${{ steps.build-ucvm.outputs.build-log }}
3435
shell: bash
@@ -72,15 +73,15 @@ jobs:
7273
uses: actions/checkout@v2
7374
with:
7475
repository: 'SCECcode/UCVM'
75-
ref: testMei
76+
ref: main
7677
path: ucvm
7778
- id: build-ucvm
7879
name: build ucvm
7980
uses: ./ucvm/.github/actions/build-ucvm-action
8081
with:
8182
initiating-repo: 'ivlsu'
8283
target-model: 'ivlsu'
83-
target-branch: 'testMei'
84+
target-branch: 'main'
8485
- name: get-result ${{ steps.build-ucvm.outputs.build-log }}
8586
run: more ${{ steps.build-ucvm.outputs.build-log }}
8687
shell: bash

0 commit comments

Comments
 (0)