Compare commits

...

1 Commits

Author SHA1 Message Date
c0b2ce44ad Changed build_cli trigger to push
All checks were successful
Build and publish MycroForge.CLI / build (push) Successful in 45s
Test MycroForge.CLI / test (push) Has been skipped
2024-10-24 11:56:48 +02:00

View File

@ -1,6 +1,6 @@
name: Build and publish MycroForge.CLI
run-name: ${{ gitea.actor }} triggered a build for the MycroForge.CLI package
on: [ workflow_dispatch ]
on: [ push ]
jobs:
build: