Skip to content

Commit

Permalink
Run CI builds for PRs/commits to c++14-compliant branch (#723)
Browse files Browse the repository at this point in the history
* Run CI builds on c++14-compliant branch

Signed-off-by: The MathWorks, Inc. <alchrist@mathworks.com>

* Hopefully fixed invalid branch syntax?

Signed-off-by: The MathWorks, Inc. <alchrist@mathworks.com>

* Fixed formatting for code-analysis.yml

Signed-off-by: The MathWorks, Inc. <alchrist@mathworks.com>

Signed-off-by: The MathWorks, Inc. <alchrist@mathworks.com>
  • Loading branch information
achristoforides committed Sep 19, 2022
1 parent fa69c78 commit 90a5945
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test_nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: BuildAndTestNix

on:
push:
branches: [ development, master ]
branches: [ development, c\+\+14-compliant, master ]
pull_request:
branches: [ development ]
branches: [ development, c\+\+14-compliant ]
workflow_dispatch:

env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: BuildAndTestWindows

on:
push:
branches: [ development, master ]
branches: [ development, c\+\+14-compliant, master ]
pull_request:
branches: [ development ]
branches: [ development, c\+\+14-compliant ]
workflow_dispatch:

env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: "CodeQL/MSVC Code Analysis"

on:
push:
branches: [ development ]
branches: [ development, c\+\+14-compliant ]
pull_request:
branches: [ development ]
branches: [ development, c\+\+14-compliant ]
schedule:
- cron: '28 10 * * 0'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sanitizer_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: SanitizerChecks

on:
push:
branches: [ development, master ]
branches: [ development, c\+\+14-compliant, master ]
pull_request:
branches: [ development ]
branches: [ development, c\+\+14-compliant ]
workflow_dispatch:

env:
Expand Down

0 comments on commit 90a5945

Please sign in to comment.