when: - event: manual - event: push branch: main steps: - name: hello-world image: node:latest commands: - npm install vite - vite build