mirror of
https://github.com/boostorg/parser.git
synced 2026-01-19 04:22:13 +00:00
Add boost_review_changes branch for all Gihub action workflows.
This commit is contained in:
4
.github/workflows/macos-12.yml
vendored
4
.github/workflows/macos-12.yml
vendored
@@ -2,9 +2,9 @@ name: macos-12 - Clang 13
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master, develop ]
|
||||
branches: [ master, develop, boost_review_changes ]
|
||||
pull_request:
|
||||
branches: [ master, develop ]
|
||||
branches: [ master, develop, boost_review_changes ]
|
||||
|
||||
env:
|
||||
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
|
||||
|
||||
4
.github/workflows/ubuntu-20.04.yml
vendored
4
.github/workflows/ubuntu-20.04.yml
vendored
@@ -2,9 +2,9 @@ name: Ubuntu-20.04 - GCC 9,10
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master, develop ]
|
||||
branches: [ master, develop, boost_review_changes ]
|
||||
pull_request:
|
||||
branches: [ master, develop ]
|
||||
branches: [ master, develop, boost_review_changes ]
|
||||
|
||||
env:
|
||||
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
|
||||
|
||||
4
.github/workflows/ubuntu-22.04.yml
vendored
4
.github/workflows/ubuntu-22.04.yml
vendored
@@ -2,9 +2,9 @@ name: Ubuntu-22.04 - GCC 10,11
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master, develop ]
|
||||
branches: [ master, develop, boost_review_changes ]
|
||||
pull_request:
|
||||
branches: [ master, develop ]
|
||||
branches: [ master, develop, boost_review_changes ]
|
||||
|
||||
env:
|
||||
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
|
||||
|
||||
4
.github/workflows/windows-2019.yml
vendored
4
.github/workflows/windows-2019.yml
vendored
@@ -2,9 +2,9 @@ name: windows-2019 - Visual Studio 2019
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master, develop ]
|
||||
branches: [ master, develop, boost_review_changes ]
|
||||
pull_request:
|
||||
branches: [ master, develop ]
|
||||
branches: [ master, develop, boost_review_changes ]
|
||||
|
||||
env:
|
||||
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
|
||||
|
||||
4
.github/workflows/windows-2022.yml
vendored
4
.github/workflows/windows-2022.yml
vendored
@@ -2,9 +2,9 @@ name: windows-2022 - Visual Studio 2022
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master, develop ]
|
||||
branches: [ master, develop, boost_review_changes ]
|
||||
pull_request:
|
||||
branches: [ master, develop ]
|
||||
branches: [ master, develop, boost_review_changes ]
|
||||
|
||||
env:
|
||||
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
|
||||
|
||||
Reference in New Issue
Block a user