Fix branch condition: master -> main.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
d0c116cee1
commit
144d1554c2
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: install
|
||||
image: node:20-alpine
|
||||
|
@ -11,6 +12,6 @@ steps:
|
|||
when:
|
||||
ref:
|
||||
include:
|
||||
- refs/head/master
|
||||
- refs/head/main
|
||||
- refs/head/feature/**
|
||||
- refs/tags/**
|
||||
|
|
Loading…
Reference in a new issue