mirror of
https://github.com/3proxy/3proxy.git
synced 2026-04-06 21:30:12 +08:00
Fix builds
This commit is contained in:
parent
c2161e8e7d
commit
925516d3f3
2
.github/workflows/build-watcom.yml
vendored
2
.github/workflows/build-watcom.yml
vendored
@ -2,7 +2,7 @@ name: Build Win32 3proxy-lite with Watcom
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "test-ci" ]
|
||||
branches: [ "master" ]
|
||||
paths: [ 'RELEASE', '.github/workflows/build-watcom.yml' ]
|
||||
|
||||
jobs:
|
||||
|
||||
2
.github/workflows/build-win32.yml
vendored
2
.github/workflows/build-win32.yml
vendored
@ -2,7 +2,7 @@ name: Build Win32 3proxy with MSVC
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "test-ci" ]
|
||||
branches: [ "master" ]
|
||||
paths: [ 'RELEASE', '.github/workflows/build-win32.yml' ]
|
||||
|
||||
jobs:
|
||||
|
||||
2
.github/workflows/build-win64.yml
vendored
2
.github/workflows/build-win64.yml
vendored
@ -2,7 +2,7 @@ name: Build Win64 3proxy with MSVC
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "test-ci" ]
|
||||
branches: [ "master" ]
|
||||
paths: [ 'RELEASE', '.github/workflows/build-win64.yml' ]
|
||||
|
||||
jobs:
|
||||
|
||||
2
.github/workflows/build-winarm64.yml
vendored
2
.github/workflows/build-winarm64.yml
vendored
@ -2,7 +2,7 @@ name: Build Win-arm64 3proxy with MSVC
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "test-ci" ]
|
||||
branches: [ "master" ]
|
||||
paths: [ 'RELEASE', '.github/workflows/build-win32.yml' ]
|
||||
|
||||
jobs:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user