Merge pull request #425 from adxeproject/refine-ci

Refine ci
This commit is contained in:
halx99 2021-07-07 02:47:18 +08:00 committed by GitHub
commit 2863176ac1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 17 additions and 0 deletions

View File

@ -2,6 +2,9 @@ name: android
on: on:
push: push:
branches:
- dev
- main
paths: paths:
- cmake/**/* - cmake/**/*
- cocos/**/* - cocos/**/*

View File

@ -4,6 +4,8 @@ name: docs-ci
# events but only for the master branch # events but only for the master branch
on: on:
push: push:
branches:
- dev
paths: paths:
- cocos/**/* - cocos/**/*
- docs/**/* - docs/**/*

View File

@ -2,6 +2,9 @@ name: ios
on: on:
push: push:
branches:
- dev
- main
paths: paths:
- cmake/**/* - cmake/**/*
- cocos/**/* - cocos/**/*

View File

@ -2,6 +2,9 @@ name: linux
on: on:
push: push:
branches:
- dev
- main
paths: paths:
- cmake/**/* - cmake/**/*
- cocos/**/* - cocos/**/*

View File

@ -2,6 +2,9 @@ name: osx
on: on:
push: push:
branches:
- dev
- main
paths: paths:
- cmake/**/* - cmake/**/*
- cocos/**/* - cocos/**/*

View File

@ -2,6 +2,9 @@ name: win32
on: on:
push: push:
branches:
- dev
- main
paths: paths:
- cmake/**/* - cmake/**/*
- cocos/**/* - cocos/**/*