mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2025-12-05 21:15:39 -05:00
12 lines
239 B
YAML
12 lines
239 B
YAML
name: '🚧 Development Build'
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- '**' # This prevents dev builds on tag pushes
|
|
|
|
jobs:
|
|
dev-build:
|
|
name: '🚧 Development Build'
|
|
uses: acidicoala/SmokeAPI/.github/workflows/matrix-build.yml@master
|