Update the workflow to target the main branch (#101)

# Pull Request

## 📖 Description

<!--- Provide some background and a description of your work. -->
Due to the updates needed for beachball to ensure a good workflow process for publishing, the `release` branch is renamed to `main` and pull requests must now be merged to `main`.

Refer to https://github.com/microsoft/fast-tooling/issues/78 for more details.

## 👩‍💻 Reviewer Notes

<!---
Provide some notes for reviewers to help them provide targeted feedback and testing.
-->
Consider if there are any other locations where the `release` branch is referenced which should be changed to `main`.

##  Checklist

### General

<!--- Review the list and put an x in the boxes that apply. -->

- [ ] I have added tests for my changes.
- [ ] I have tested my changes.
- [x] I have updated the project documentation to reflect my changes.

## ⏭ Next Steps

<!---
If there is relevant follow-up work to this PR, please list any existing issues or provide brief descriptions of what you would like to do next.
-->
This commit is contained in:
Jane Chu 2021-10-06 10:42:15 -07:00 коммит произвёл GitHub
Родитель 494e67acc6
Коммит 6557c40c67
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

4
.github/workflows/ci-fast-tooling.yml поставляемый
Просмотреть файл

@ -3,10 +3,10 @@ name: CI - FAST Tooling
on:
push:
branches:
- release
- main
pull_request:
branches:
- release
- main
jobs:
build: