mirror of
https://github.com/urbit/ares.git
synced 2024-11-22 15:08:54 +03:00
16 lines
300 B
YAML
16 lines
300 B
YAML
name: 'Hoon: Push to status'
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- status
|
|
paths:
|
|
- '.github/scripts/hoon/**.yml'
|
|
- '.github/workflows/hoon-shared.yml'
|
|
- '.github/workflows/hoon-status.yml'
|
|
- 'hoon/scaffolding/**'
|
|
|
|
jobs:
|
|
urbit:
|
|
uses: ./.github/workflows/hoon-shared.yml
|