mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-26 00:12:28 +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:
|
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')
|
||||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user