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: on:
push: push:
paths: paths:
- cmake - cmake/**/*
- cocos - cocos/**/*
- extensions - extensions/**/*
- tests - tests/**/*
- thirdparty - thirdparty/**/*
- CMakeLists.txt - CMakeLists.txt
- .github/workflows/android-ci.yml - .github/workflows/android-ci.yml

View File

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

View File

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

View File

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

View File

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