[Win]: drop support of 5.15.2 on Windows Platform

This commit is contained in:
YiFang Xiao 2023-10-08 13:40:40 +08:00
parent f84d7561fd
commit efb3ee2bc9

View file

@ -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: