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