mirror of
https://github.com/urbit/ares.git
synced 2024-11-22 15:08:54 +03:00
14 lines
278 B
YAML
14 lines
278 B
YAML
name: 'Hoon: Pull request'
|
|
|
|
on:
|
|
pull_request:
|
|
paths:
|
|
- '.github/scripts/hoon/**.yml'
|
|
- '.github/workflows/hoon-feature.yml'
|
|
- '.github/workflows/hoon-shared.yml'
|
|
- 'hoon/scaffolding/**'
|
|
|
|
jobs:
|
|
urbit:
|
|
uses: ./.github/workflows/hoon-shared.yml
|