urbit/.github/workflows/develop.yml

35 lines
749 B
YAML
Raw Normal View History

2023-03-04 19:41:55 +03:00
name: Push to develop
on:
push:
2023-03-04 19:41:55 +03:00
branches:
- 'develop'
paths:
2023-03-04 19:41:55 +03:00
- '.github/workflows/feature.yml'
- '.github/workflows/develop.yml'
- '.github/workflows/release.yml'
- '.github/workflows/master.yml'
- '.github/workflows/vere.yml'
2021-03-29 21:42:15 +03:00
- 'pkg/arvo/**'
- 'pkg/docker-image/**'
- 'pkg/ent/**'
- 'pkg/ge-additions/**'
- 'pkg/libaes_siv/**'
- 'pkg/urbit/**'
2022-04-01 21:03:41 +03:00
- 'pkg/urcrypt/**'
- 'tests/**'
2021-03-29 21:42:15 +03:00
- 'bin/**'
- 'nix/**'
- 'default.nix'
jobs:
call-vere:
uses: ./.github/workflows/vere.yml
with:
2023-03-04 19:41:55 +03:00
pace: 'edge'
upload: >-
${{
(github.ref_name == 'next/vere' && github.ref_type == 'branch')
}}
secrets: inherit