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

View File

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