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