Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Git repo update to windows msbuild 2022 #128

Closed
wants to merge 6 commits into from

Commits on Dec 9, 2023

  1. Configuration menu
    Copy the full SHA
    58dfb77 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2023

  1. Remove user files

    Signed-off-by: Tom McPhail <mcphailtom@github.com>
    mcphailtom committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    5f57b38 View commit details
    Browse the repository at this point in the history
  2. .gitignore

    mcphailtom committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    a784118 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. Fix CI test badges in README.md

    Updating badge URL to comply with badges/shields#8671
    charlestytler committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    4b11a7e View commit details
    Browse the repository at this point in the history
  2. Update event triggers on CI actions (#126)

    * Update event triggers on CI actions
    
    This includes `on: pull_request` and `on: workflow_dispatch` to CI test triggers. The first will run actions when a branch is converted to a PR (and doesn't trigger the existing `push`). The latter allows Manual triggering of actions on branches.
    
    * Add event triggers to reactjs-tests.yml workflow action
    
    * Limit on:push event triggers to master branch only
    
    * Add event triggers to clang-format.yml workflow action
    charlestytler committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    82ca6b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8596c34 View commit details
    Browse the repository at this point in the history