Add the gh-pages branch to the build gate workflow (#205)

# Pull Request

## 📖 Description

<!--- Provide some background and a description of your work. -->
The build gate must pass for `gh-pages` branch, this update adds that branch to the workflow file.

##  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.
-->
- Merge this change into the `gh-pages` branch
This commit is contained in:
Jane Chu 2022-03-29 15:52:52 -07:00 коммит произвёл GitHub
Родитель 7e15b16ca0
Коммит d537afe801
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -4,10 +4,12 @@ on:
push:
branches:
- main
- gh-pages
- 'features/**'
pull_request:
branches:
- main
- gh-pages
- 'features/**'
jobs: