diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aab7fc802..0d3d3edd6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,6 +2,7 @@ name: ci on: pull_request: + workflow_dispatch: push: branches: master diff --git a/luarocks.lock b/luarocks.lock new file mode 100644 index 000000000..b7c777958 --- /dev/null +++ b/luarocks.lock @@ -0,0 +1,10 @@ +return { + dependencies = { + argparse = "0.7.1-1", + compat53 = "0.12-1", + luafilesystem = "1.8.0-1" + }, + test_dependencies = { + luasystem = "0.2.1" + }, +}