Skip to content

Commit 26c9294

Browse files
authored
Fix main workflow for deb 12 (#22)
1 parent 25715d2 commit 26c9294

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ name: Go Test/Build
44
on:
55
push:
66
branches: [ "main" ]
7-
pull_request:
8-
branches: [ "main" ]
97

108
jobs:
119

@@ -122,7 +120,7 @@ jobs:
122120
- name: Archive Build
123121
uses: actions/upload-artifact@v3
124122
with:
125-
name: debian11-build
123+
name: debian12-build
126124
path: build/rcagent_*.deb
127125

128126
build_debian11:

0 commit comments

Comments
 (0)