Prep work for branch renaming (#389)

* Add `amd-staging` and `amd-mainline` to workflow.
* Update branch names in documentation
* Change `dev` to `amd-staging` and `main` to `amd-mainline` in documentation.
* Remove references from 2.x from workflows.
* Convert the link to LICENSE to a relative path in CONTRIBUTING.

---------

Signed-off-by: David Galiffi <David.Galiffi@amd.com>

[ROCm/rocprofiler-compute commit: e176d8eec8]
This commit is contained in:
David Galiffi
2024-08-02 16:33:41 -04:00
parent 44b629302e
commit b3b044d5bc
9 changed files with 23 additions and 26 deletions
@@ -3,9 +3,9 @@ name: Formatting
on:
push:
branches: [ main, dev, 2.x ]
branches: [ main, dev, amd-mainline, amd-staging ]
pull_request:
branches: [ main, dev, 2.x ]
branches: [ main, dev, amd-mainline, amd-staging ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}