Skip to content

Commit 84d5fa4

Browse files
committed
stop linux ci
development for the old version is stopped. rewrite wip
1 parent 8eb6eba commit 84d5fa4

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/ci-linux.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: Build LibrePods Linux
22

33
on:
4-
push:
5-
branches:
6-
- '*'
4+
workflow_dispatch:
5+
# push:
6+
# branches:
7+
# - '*'
78

89
jobs:
910
build-linux:
@@ -33,4 +34,4 @@ jobs:
3334
uses: actions/upload-artifact@v4
3435
with:
3536
name: librepods-linux
36-
path: linux/build/librepods
37+
path: linux/build/librepods

0 commit comments

Comments
 (0)