mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 02:15:43 +03:00
14 lines
177 B
YAML
14 lines
177 B
YAML
name: Build trigger
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- "main"
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
build:
|
|
uses: ./.github/workflows/build.yml
|
|
with:
|
|
make-prerelease: true
|