ios-ci skip ci [skip ci]

This commit is contained in:
halx99 2020-10-25 21:48:18 +08:00
parent 7fc7a48db8
commit b98c4caad0
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@ name: ios
on: [push] on: [push]
if: "!contains(github.event.commits[0].message, '[skip ci]')"
env: env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
TRAVIS_OS_NAME: osx TRAVIS_OS_NAME: osx