CI update

This commit is contained in:
John Guo 2022-01-24 16:32:59 +08:00
parent 96044822a0
commit f2e7f18d61
2 changed files with 5 additions and 6 deletions

View File

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

View File

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