ci: small fixes

This commit is contained in:
Matthew LeVan 2023-03-06 09:24:38 -06:00
parent fafe39b9ee
commit e34959e6cd
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ jobs:
call-vere:
uses: ./.github/workflows/vere.yml
with:
pace: 'edge'
pace: 'live'
upload: >-
${{
(github.ref_name == 'next/vere' && github.ref_type == 'branch')

View File

@ -3,7 +3,7 @@ name: Push to release branch
on:
push:
branches:
- 'next/*'
- 'release/*'
paths:
- '.github/workflows/feature.yml'
- '.github/workflows/develop.yml'