mirror of
https://github.com/pimalaya/himalaya.git
synced 2024-12-09 21:18:39 +03:00
14 lines
208 B
YAML
14 lines
208 B
YAML
name: Pre-releases
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
push:
|
|
branch: master
|
|
|
|
jobs:
|
|
build:
|
|
uses: pimalaya/nix/.github/workflows/pre-releases.yml@master
|
|
secrets: inherit
|
|
with:
|
|
project: himalaya
|