Skip to content

Commit ff21133

Browse files
author
Mei-Hui Su
committed
update to ucvm 25.7
1 parent c79b664 commit ff21133

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

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

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

78
jobs:
@@ -20,7 +21,7 @@ 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
@@ -71,7 +72,7 @@ jobs:
7172
uses: actions/checkout@v2
7273
with:
7374
repository: 'SCECcode/UCVM'
74-
ref: testMei
75+
ref: main
7576
path: ucvm
7677
- id: build-ucvm
7778
name: build ucvm

0 commit comments

Comments
 (0)