mirror of
https://github.com/urbit/ares.git
synced 2024-11-23 00:25:49 +03:00
15 lines
250 B
YAML
15 lines
250 B
YAML
name: 'Ares: Push to status'
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- status
|
|
paths:
|
|
- '.github/workflows/ares-shared.yml'
|
|
- '.github/workflows/ares-status.yml'
|
|
- 'rust/**'
|
|
|
|
jobs:
|
|
urbit:
|
|
uses: ./.github/workflows/ares-shared.yml
|