By default, skip merge pull request commit

This commit is contained in:
halx99 2021-07-06 21:13:15 +08:00
parent 76b5bf8038
commit 76c367557e
5 changed files with 5 additions and 0 deletions

View File

@ -23,6 +23,7 @@ env:
jobs:
build:
if: "!startsWith(github.event.commits[0].message, 'Merge pull request')"
# The CMake configure and build commands are platform agnostic and should work equally
# well on Windows or Mac. You can convert this to a matrix build if you need
# cross-platform coverage.

View File

@ -22,6 +22,7 @@ env:
jobs:
build:
if: "!startsWith(github.event.commits[0].message, 'Merge pull request')"
# The CMake configure and build commands are platform agnostic and should work equally
# well on Windows or Mac. You can convert this to a matrix build if you need
# cross-platform coverage.

View File

@ -22,6 +22,7 @@ env:
jobs:
build:
if: "!startsWith(github.event.commits[0].message, 'Merge pull request')"
# The CMake configure and build commands are platform agnostic and should work equally
# well on Windows or Mac. You can convert this to a matrix build if you need
# cross-platform coverage.

View File

@ -22,6 +22,7 @@ env:
jobs:
build:
if: "!startsWith(github.event.commits[0].message, 'Merge pull request')"
# The CMake configure and build commands are platform agnostic and should work equally
# well on Windows or Mac. You can convert this to a matrix build if you need
# cross-platform coverage.

View File

@ -13,6 +13,7 @@ on:
jobs:
build:
if: "!startsWith(github.event.commits[0].message, 'Merge pull request')"
# The CMake configure and build commands are platform agnostic and should work equally
# well on Windows or Mac. You can convert this to a matrix build if you need
# cross-platform coverage.