diff --git a/.gitea/workflows/lua.yml b/.gitea/workflows/lua.yml index 3de27b8..509b8c3 100644 --- a/.gitea/workflows/lua.yml +++ b/.gitea/workflows/lua.yml @@ -1,11 +1,11 @@ name: Build Runner Lua on: - workflow_run: - workflows: ["Build Runner Base"] - types: - - completed - + push: + branches: + - 'master' + +jobs: build_lua: runs-on: 'priviliged' needs: build_act @@ -27,7 +27,6 @@ on: username: ${{ secrets.DEPLOY_USER }} password: ${{ secrets.DEPLOY_SECRET }} - name: Build and push Lua image - id: build_act_lua uses: 'https://git.euph.dev/actions/docker-build-push@v5' with: context: "{{defaultContext}}:images/actions/lua"