feat: add trigger
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kolaente 2024-09-22 20:15:52 +02:00
parent f423fd94f4
commit c504f5b744
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

View File

@ -1,6 +1,15 @@
kind: pipeline
name: build
trigger:
branch:
include:
- main
event:
include:
- push
- pull_request
steps:
- name: dependencies
image: node:20-alpine