mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-30 13:24:05 +00:00
[Win]: drop support of 5.15.2 on Windows Platform
This commit is contained in:
parent
f84d7561fd
commit
efb3ee2bc9
23
.github/workflows/windows.yml
vendored
23
.github/workflows/windows.yml
vendored
|
@ -3,21 +3,16 @@ concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
on:
|
on:
|
||||||
# workflow_run:
|
|
||||||
# workflows: [AutoTag]
|
|
||||||
# types: [completed]
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
# push:
|
||||||
branches:
|
# branches:
|
||||||
- dev
|
# - dev
|
||||||
- master
|
# - master
|
||||||
# - staged
|
# paths-ignore:
|
||||||
paths-ignore:
|
# - 'docs/**'
|
||||||
- 'docs/**'
|
# - "howto/**"
|
||||||
# - ".github/**"
|
# - "*.md"
|
||||||
- "howto/**"
|
# - ".clang-format"
|
||||||
- "*.md"
|
|
||||||
- ".clang-format"
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in a new issue