Fix branch condition: master -> main.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Manuel Friedli 2025-01-08 22:29:28 +01:00
parent d0c116cee1
commit 144d1554c2
Signed by: manuel
GPG key ID: 41D08ABA75634DA1

View file

@ -1,6 +1,7 @@
kind: pipeline kind: pipeline
type: docker type: docker
name: default name: default
steps: steps:
- name: install - name: install
image: node:20-alpine image: node:20-alpine
@ -11,6 +12,6 @@ steps:
when: when:
ref: ref:
include: include:
- refs/head/master - refs/head/main
- refs/head/feature/** - refs/head/feature/**
- refs/tags/** - refs/tags/**