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
|
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/**
|
||||||
|
|
Loading…
Reference in a new issue