Add Vista branch to GitHub workflows

This commit is contained in:
Justine Tunney 2022-09-15 12:01:16 -07:00
parent 0305194d98
commit c03359c637
No known key found for this signature in database
GPG key ID: BE714B4575D6E328

View file

@ -4,10 +4,12 @@ on:
push: push:
branches: branches:
- "master" - "master"
- "vista"
- "flake" - "flake"
pull_request: pull_request:
branches: branches:
- "master" - "master"
- "vista"
# run workflow manually from the Actions tab # run workflow manually from the Actions tab
workflow_dispatch: workflow_dispatch: