Skip to content

Commit 64679c8

Browse files
committed
Update debug workflow
1 parent e78d0d7 commit 64679c8

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/debug.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@ name: Debug build
33
on:
44
push:
55
branches:
6+
- main
67
- dev
78
paths-ignore:
89
- '**.md'
910
- '.github/**'
1011
- '!.github/workflows/debug.yml'
1112
pull_request:
1213
branches:
14+
- main
1315
- dev
1416

1517
jobs:
@@ -25,15 +27,6 @@ jobs:
2527
uses: actions/setup-go@v4
2628
with:
2729
go-version: ^1.22
28-
- name: Add cache to Go proxy
29-
run: |
30-
version=`git rev-parse HEAD`
31-
mkdir build
32-
pushd build
33-
go mod init build
34-
go get -v github.com/sagernet/sing@$version
35-
popd
36-
continue-on-error: true
3730
- name: Build
3831
run: |
3932
make test

0 commit comments

Comments
 (0)