mirror of
https://github.com/urbit/shrub.git
synced 2024-11-24 04:58:08 +03:00
35 lines
753 B
YAML
35 lines
753 B
YAML
name: Push to develop
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- 'develop'
|
|
paths:
|
|
- '.github/workflows/feature.yml'
|
|
- '.github/workflows/develop.yml'
|
|
- '.github/workflows/release.yml'
|
|
- '.github/workflows/master.yml'
|
|
- '.github/workflows/shared.yml'
|
|
- 'pkg/arvo/**'
|
|
- 'pkg/docker-image/**'
|
|
- 'pkg/ent/**'
|
|
- 'pkg/ge-additions/**'
|
|
- 'pkg/libaes_siv/**'
|
|
- 'pkg/urbit/**'
|
|
- 'pkg/urcrypt/**'
|
|
- 'tests/**'
|
|
- 'bin/**'
|
|
- 'nix/**'
|
|
- 'default.nix'
|
|
|
|
jobs:
|
|
call-vere:
|
|
uses: ./.github/workflows/shared.yml
|
|
with:
|
|
pace: 'edge'
|
|
upload: >-
|
|
${{
|
|
(github.ref_name == 'next/vere' && github.ref_type == 'branch')
|
|
}}
|
|
secrets: inherit
|