mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-24 02:24:18 +03:00
32 lines
688 B
YAML
32 lines
688 B
YAML
name: Push to next/kelvin/*
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- 'next/kelvin/*'
|
|
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:
|
|
upload: true
|
|
next: ${{ github.ref_name }}
|
|
secrets: inherit
|