Refine ci

This commit is contained in:
halx99 2021-07-05 14:31:42 +08:00
parent 7405c5781b
commit c76c019f9c
5 changed files with 25 additions and 25 deletions

View File

@ -3,11 +3,11 @@ name: android
on:
push:
paths:
- cmake
- cocos
- extensions
- tests
- thirdparty
- cmake/**/*
- cocos/**/*
- extensions/**/*
- tests/**/*
- thirdparty/**/*
- CMakeLists.txt
- .github/workflows/android-ci.yml

View File

@ -3,11 +3,11 @@ name: ios
on:
push:
paths:
- cmake
- cocos
- extensions
- tests
- thirdparty
- cmake/**/*
- cocos/**/*
- extensions/**/*
- tests/**/*
- thirdparty/**/*
- CMakeLists.txt
- .github/workflows/ios-ci.yml

View File

@ -3,11 +3,11 @@ name: linux
on:
push:
paths:
- cmake
- cocos
- extensions
- tests
- thirdparty
- cmake/**/*
- cocos/**/*
- extensions/**/*
- tests/**/*
- thirdparty/**/*
- CMakeLists.txt
- .github/workflows/linux-ci.yml

View File

@ -3,11 +3,11 @@ name: osx
on:
push:
paths:
- cmake
- cocos
- extensions
- tests
- thirdparty
- cmake/**/*
- cocos/**/*
- extensions/**/*
- tests/**/*
- thirdparty/**/*
- CMakeLists.txt
- .github/workflows/osx-ci.yml

View File

@ -3,11 +3,11 @@ name: win32
on:
push:
paths:
- cmake
- cocos
- extensions
- tests
- thirdparty
- cmake/**/*
- cocos/**/*
- extensions/**/*
- tests/**/*
- thirdparty/**/*
- CMakeLists.txt
- .github/workflows/win32-ci.yml