Replace development with main

The development branch has been replaced with the main branch in GitHub.
Replaces references to development in docs, commands, configuration, and
workflows.

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2023-11-25 00:27:52 -07:00
parent 9e0576df24
commit 4f41a569dd
6 changed files with 9 additions and 13 deletions

View File

@@ -5,13 +5,11 @@ on:
push:
branches:
- main
- development
paths-ignore:
- 'docs/**'
pull_request:
branches:
- main
- development
paths-ignore:
- 'docs/**'