File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ name: ivlsu-ucvm-ci
22
33on :
44 push :
5+ # # branches: [ main ]
56 branches : [ foofoo ]
67
78jobs :
@@ -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
You can’t perform that action at this time.
0 commit comments