mirror of
https://github.com/urbit/ares.git
synced 2024-11-26 09:57:56 +03:00
17 lines
311 B
YAML
17 lines
311 B
YAML
|
name: 'Ares: Push to status'
|
||
|
|
||
|
on:
|
||
|
push:
|
||
|
branches:
|
||
|
- status
|
||
|
paths:
|
||
|
- '.github/workflows/ares-shared.yml'
|
||
|
- '.github/workflows/ares-status.yml'
|
||
|
- 'rust/ares/**'
|
||
|
- 'rust/ares_macros/**'
|
||
|
- 'rust/ibig-rs/**'
|
||
|
|
||
|
jobs:
|
||
|
urbit:
|
||
|
uses: ./.github/workflows/ares-shared.yml
|