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: call-vere:
uses: ./.github/workflows/vere.yml uses: ./.github/workflows/vere.yml
with: with:
pace: 'edge' pace: 'live'
upload: >- upload: >-
${{ ${{
(github.ref_name == 'next/vere' && github.ref_type == 'branch') (github.ref_name == 'next/vere' && github.ref_type == 'branch')

View File

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