shrub/.github/workflows/master.yml

35 lines
751 B
YAML
Raw Normal View History

2023-03-04 19:41:55 +03:00
name: Push to master
on:
push:
2023-03-04 19:41:55 +03:00
branches:
- 'master'
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'
2023-03-20 20:16:08 +03:00
- '.github/workflows/shared.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:
2023-03-20 20:16:08 +03:00
uses: ./.github/workflows/shared.yml
with:
2023-03-06 18:24:38 +03:00
pace: 'live'
upload: >-
${{
(github.ref_name == 'next/vere' && github.ref_type == 'branch')
}}
secrets: inherit