mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 00:14:06 +00:00
github:modify branch
This commit is contained in:
parent
8e3dce66e9
commit
1d1e98b7ba
8
.github/workflows/macos.yml
vendored
8
.github/workflows/macos.yml
vendored
|
@ -7,7 +7,8 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- dev
|
||||
- staged
|
||||
- master
|
||||
# - staged
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- ".github/**"
|
||||
|
@ -17,7 +18,8 @@ on:
|
|||
pull_request:
|
||||
branches:
|
||||
- dev
|
||||
- staged
|
||||
- master
|
||||
# - staged
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- ".github/**"
|
||||
|
@ -96,5 +98,5 @@ jobs:
|
|||
Windows built with: msvc64 Visual studio 2019
|
||||
goldendict.exe was provided alone ,if you have a previous version. replace this maybe ok. if not ,download the whole bundle.
|
||||
AppImage built with: Ubuntu-20.04 ,latest gcc
|
||||
macos built with: ${{ matrix.os }},clang_64
|
||||
macos built with: macos-10.15,macos-11.0,clang_64
|
||||
This is a prerelease version ,auto build by github action. use on your on risk:-)
|
||||
|
|
8
.github/workflows/ubuntu.yml
vendored
8
.github/workflows/ubuntu.yml
vendored
|
@ -8,7 +8,8 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- dev
|
||||
- staged
|
||||
- master
|
||||
# - staged
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- ".github/**"
|
||||
|
@ -18,7 +19,8 @@ on:
|
|||
pull_request:
|
||||
branches:
|
||||
- dev
|
||||
- staged
|
||||
- master
|
||||
# - staged
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- ".github/**"
|
||||
|
@ -111,5 +113,5 @@ jobs:
|
|||
Windows built with: msvc64 Visual studio 2019
|
||||
goldendict.exe was provided alone ,if you have a previous version. replace this maybe ok. if not ,download the whole bundle.
|
||||
AppImage built with: Ubuntu-20.04 ,latest gcc
|
||||
macos built with: ${{ matrix.os }},clang_64
|
||||
macos built with: macos-10.15,macos-11.0,clang_64
|
||||
This is a prerelease version ,auto build by github action. use on your on risk:-)
|
||||
|
|
8
.github/workflows/windows.yml
vendored
8
.github/workflows/windows.yml
vendored
|
@ -8,7 +8,8 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- dev
|
||||
- staged
|
||||
- master
|
||||
# - staged
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- ".github/**"
|
||||
|
@ -18,7 +19,8 @@ on:
|
|||
pull_request:
|
||||
branches:
|
||||
- dev
|
||||
- staged
|
||||
- master
|
||||
# - staged
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- ".github/**"
|
||||
|
@ -148,5 +150,5 @@ jobs:
|
|||
Windows built with: msvc64 Visual studio 2019
|
||||
goldendict.exe was provided alone ,if you have a previous version. replace this maybe ok. if not ,download the whole bundle.
|
||||
AppImage built with: Ubuntu-20.04 ,latest gcc
|
||||
macos built with: ${{ matrix.os }},clang_64
|
||||
macos built with: macos-10.15,macos-11.0,clang_64
|
||||
This is a prerelease version ,auto build by github action. use on your on risk:-)
|
||||
|
|
Loading…
Reference in a new issue