mirror of
https://gitee.com/johng/gf.git
synced 2024-12-01 19:57:40 +08:00
CI update
This commit is contained in:
parent
96044822a0
commit
f2e7f18d61
3
.github/workflows/cli.yml
vendored
3
.github/workflows/cli.yml
vendored
@ -6,9 +6,6 @@ on:
|
|||||||
tags:
|
tags:
|
||||||
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
|
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
|
||||||
|
|
||||||
branches:
|
|
||||||
- develop
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build And Release
|
name: Build And Release
|
||||||
|
8
.github/workflows/gf.yml
vendored
8
.github/workflows/gf.yml
vendored
@ -3,10 +3,12 @@ name: GoFrame CI
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
- develop
|
- develop
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [master, develop]
|
branches:
|
||||||
|
- master
|
||||||
|
- develop
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GF_DEBUG: 0
|
GF_DEBUG: 0
|
||||||
|
Loading…
Reference in New Issue
Block a user