add ability to skip continuous integration

[skip ci]
This commit is contained in:
alexey.lysiuk 2020-06-20 16:17:56 +03:00
parent afda517519
commit 5a3eb7c36f

View file

@ -4,6 +4,7 @@ on: [push, pull_request]
jobs:
build:
if: "!contains(github.event.head_commit.message, '[skip ci]')"
name: ${{ matrix.config.name }}
runs-on: "macos-latest"
strategy: