Make build workflows manual

This commit is contained in:
Vladimir Dubrovin 2026-05-22 18:13:02 +03:00
parent 4bf1f3990b
commit d34c036eb7
7 changed files with 7 additions and 21 deletions

View File

@ -1,9 +1,7 @@
name: RPM/DEB build aarch64 name: RPM/DEB build aarch64
on: on:
push: workflow_dispatch:
branches: [ "master", "test-ci" ]
paths: [ 'RELEASE', '.github/workflows/build-rpm-arm64.yml' ]
jobs: jobs:
ci: ci:

View File

@ -1,9 +1,7 @@
name: RPM/DEB build armhf name: RPM/DEB build armhf
on: on:
push: workflow_dispatch:
branches: [ "master", "test-ci" ]
paths: [ 'RELEASE', '.github/workflows/build-rpm-armhf.yml' ]
jobs: jobs:
ci: ci:

View File

@ -1,9 +1,7 @@
name: RPM/DEB build x86-64 name: RPM/DEB build x86-64
on: on:
push: workflow_dispatch:
branches: [ "master", "test-ci" ]
paths: [ 'RELEASE', '.github/workflows/build-rpm-x86-64.yml' ]
jobs: jobs:
ci: ci:

View File

@ -1,9 +1,7 @@
name: Build Win32 3proxy-lite with Watcom name: Build Win32 3proxy-lite with Watcom
on: on:
push: workflow_dispatch:
branches: [ "master" ]
paths: [ 'RELEASE', '.github/workflows/build-watcom.yml' ]
jobs: jobs:
ci: ci:

View File

@ -1,9 +1,7 @@
name: Build Win32 3proxy with MSVC name: Build Win32 3proxy with MSVC
on: on:
push: workflow_dispatch:
branches: [ "master" ]
paths: [ 'RELEASE', '.github/workflows/build-win32.yml' ]
jobs: jobs:
ci: ci:

View File

@ -1,9 +1,7 @@
name: Build Win64 3proxy with MSVC name: Build Win64 3proxy with MSVC
on: on:
push: workflow_dispatch:
branches: [ "master" ]
paths: [ 'RELEASE', '.github/workflows/build-win64.yml' ]
jobs: jobs:
ci: ci:

View File

@ -1,9 +1,7 @@
name: Build Win-arm64 3proxy with MSVC name: Build Win-arm64 3proxy with MSVC
on: on:
push: workflow_dispatch:
branches: [ "master" ]
paths: [ 'RELEASE', '.github/workflows/build-winarm64.yml' ]
jobs: jobs:
ci: ci: