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>
This commit is contained in:
David Galiffi
2024-08-02 16:33:41 -04:00
parent 5cd25714e6
commit e176d8eec8
9 changed files with 23 additions and 26 deletions
+2 -2
View File
@@ -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 }}