Add workflow_dispatch condition to build.yml for debugging Forgejo Runner.
Some checks failed
Build / build (push) Failing after 4m10s

This commit is contained in:
天クマ 2026-05-12 16:18:02 -03:00
commit ec17e06965

View file

@ -1,6 +1,7 @@
name: Build
on:
workflow_dispatch:
push:
paths:
- 'src/**'
@ -11,7 +12,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: "arch-linux"
env:
NEMESIS_VERSION_NAME: "autobuild-${{ github.sha }}"
NEMESIS_BUILD_CHANNEL: "autobuild"