2
0
mirror of https://github.com/boostorg/nowide.git synced 2026-02-13 12:32:19 +00:00

Disable Boost CMake build on master in GHA

This commit is contained in:
Alexander Grund
2020-03-25 15:45:48 +01:00
parent e5b6e08ecd
commit 0854d2fb35

View File

@@ -103,6 +103,8 @@ jobs:
BoostCMakeBuild:
runs-on: ubuntu-16.04
# Doesn't work on master yet
if: "! endsWith(github.ref, '/master') && ! endsWith(github.base_ref, '/master')"
steps:
- name: Get Boost branch
id: get_branch