Skip to content

Commit b198d2f

Browse files
committed
ready for merge
1 parent 89dd7c9 commit b198d2f

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/build_linux.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build Linux SO
22

33
on:
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

.github/workflows/build_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build Win32 DLL
22

33
on:
44
push:
5-
branches: [ "main", "github-CI" ]
5+
branches: [ "main" ]
66
paths:
77
- 'include/**'
88
- 'src/**'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "Pre-Release"
33

44
on:
55
push:
6-
branches: [ "main", "github-CI" ]
6+
branches: [ "main" ]
77
paths:
88
- 'include/**'
99
- 'src/**'

0 commit comments

Comments
 (0)