mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-24 23:44:56 +03:00
ci: small fixes
This commit is contained in:
parent
fafe39b9ee
commit
e34959e6cd
2
.github/workflows/master.yml
vendored
2
.github/workflows/master.yml
vendored
@ -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')
|
||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -3,7 +3,7 @@ name: Push to release branch
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'next/*'
|
||||
- 'release/*'
|
||||
paths:
|
||||
- '.github/workflows/feature.yml'
|
||||
- '.github/workflows/develop.yml'
|
||||
|
Loading…
Reference in New Issue
Block a user