mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 19:00:22 +08:00
update, ci: ignores branch l10n_dev
This commit is contained in:
parent
f42afb12ea
commit
c7c0acc56a
2
.github/workflows/aur.yml
vendored
2
.github/workflows/aur.yml
vendored
@ -6,6 +6,8 @@ on:
|
||||
branches:
|
||||
- master
|
||||
- dev
|
||||
branches-ignore:
|
||||
- l10n_dev
|
||||
tags:
|
||||
- 'v**'
|
||||
schedule:
|
||||
|
2
.github/workflows/build-android.yml
vendored
2
.github/workflows/build-android.yml
vendored
@ -2,6 +2,8 @@ name: Build Android APK
|
||||
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- l10n_dev
|
||||
|
||||
jobs:
|
||||
check_commit_msg:
|
||||
|
2
.github/workflows/build-qv2ray-cmake.yml
vendored
2
.github/workflows/build-qv2ray-cmake.yml
vendored
@ -2,6 +2,8 @@ name: Qv2ray build matrix - cmake
|
||||
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- l10n_dev
|
||||
release:
|
||||
types: [prereleased]
|
||||
|
||||
|
2
.github/workflows/build-qv2ray-qt6.yml
vendored
2
.github/workflows/build-qv2ray-qt6.yml
vendored
@ -2,6 +2,8 @@ name: Qv2ray build matrix - Qt6
|
||||
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- l10n_dev
|
||||
release:
|
||||
types: [prereleased]
|
||||
|
||||
|
2
.github/workflows/deb.yml
vendored
2
.github/workflows/deb.yml
vendored
@ -2,6 +2,8 @@ name: Qv2ray build debian package
|
||||
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- l10n_dev
|
||||
release:
|
||||
types: [prereleased]
|
||||
|
||||
|
2
.github/workflows/nsis.yml
vendored
2
.github/workflows/nsis.yml
vendored
@ -2,6 +2,8 @@ name: Qv2ray Windows Installer
|
||||
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- l10n_dev
|
||||
release:
|
||||
types: [prereleased]
|
||||
|
||||
|
2
.github/workflows/pacman.yml
vendored
2
.github/workflows/pacman.yml
vendored
@ -2,6 +2,8 @@ name: Qv2ray build arch package
|
||||
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- l10n_dev
|
||||
release:
|
||||
types: [prereleased]
|
||||
|
||||
|
@ -1 +1 @@
|
||||
6078
|
||||
6079
|
||||
|
Loading…
Reference in New Issue
Block a user