mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-16 20:57:53 +08:00
16 lines
220 B
YAML
16 lines
220 B
YAML
name: Releases
|
|
|
|
on:
|
|
push:
|
|
# tags:
|
|
# - v*
|
|
# branches:
|
|
# - master
|
|
|
|
jobs:
|
|
release:
|
|
uses: pimalaya/nix/.github/workflows/releases.yml@master
|
|
secrets: inherit
|
|
with:
|
|
project: himalaya
|