Skip to content

Commit

Permalink
fix branchname. add comment about github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasmr committed Oct 19, 2022
1 parent 351ff03 commit be2441e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mp-build.yml
Expand Up @@ -2,9 +2,9 @@ name: MicroProfile Build

on:
push:
branches: [ "microprofile" ]
branches: [ "master" ]
pull_request:
branches: [ "microprofile" ]
branches: [ "master" ]

jobs:
build-ubuntu:
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -208,6 +208,7 @@ Microprofile supports the two major consoles - Search for 'microprofile' in the
* Note that the caller is responsible for ensuring the CStr stays allocated, as it will be deferenced when generating a capture
* only works in the timeline view, and is not usable in the various aggregation + live view
* Fixed thread hide mode to be collapsed(which is what it should've been). Added a shortcut key to toggle it ('c')
* Switched build to use github actions


# License
Expand Down

0 comments on commit be2441e

Please sign in to comment.