File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Build Linux SO
22
33on :
44 push :
5- branches : [ "main", "github-CI" ]
5+ branches : [ "main" ]
66 paths :
77 - ' include/**'
88 - ' src/**'
@@ -33,13 +33,13 @@ jobs:
3333 - name : Move compiled file
3434 run : mv ${{github.workspace}}/build/libserialport.so ${{github.workspace}}/lib/dls/
3535
36- - name : Commit artifact changes
37- run : |
38- git config --local user.email "action@github.com"
39- git config --local user.name "GitHub Action"
40- git add lib/dls/*
41- git commit -m "Add artifact"
42- git push
36+ # - name: Commit artifact changes
37+ # run: |
38+ # git config --local user.email "action@github.com"
39+ # git config --local user.name "GitHub Action"
40+ # git add lib/dls/*
41+ # git commit -m "Add artifact"
42+ # git push
4343
4444 - name : Archive artifact
4545 uses : actions/upload-artifact@v3
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Build Win32 DLL
22
33on :
44 push :
5- branches : [ "main", "github-CI" ]
5+ branches : [ "main" ]
66 paths :
77 - ' include/**'
88 - ' src/**'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: "Pre-Release"
33
44on :
55 push :
6- branches : [ "main", "github-CI" ]
6+ branches : [ "main" ]
77 paths :
88 - ' include/**'
99 - ' src/**'
You can’t perform that action at this time.
0 commit comments