mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 08:02:03 -08:00
CI/CD: Add workflow dispatch trigger
This commit is contained in:
parent
8acf205f43
commit
33137af06e
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
|
@ -1,6 +1,7 @@
|
||||||
name: Build and Release
|
name: Build and Release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- "*"
|
- "*"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue