1
Fork 0
This repository has been archived on 2024-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
qr-code-component/.woodpecker.yaml
Hadeed Ahmad 4a103a85a6
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Add workflow
2024-10-07 17:29:09 +05:00

11 lines
168 B
YAML

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