Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .nucleus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ branches:
spring25:
pull-request:
<<: *branch-definition
summer25:
pull-request:
<<: *branch-definition
jobs:
build-and-test:
memory-limit: 16
Expand Down Expand Up @@ -70,4 +73,4 @@ steps:
npm-publish-release:
params:
access: public
tag: latest # note: this should be summer22, winter23, etc. if this .nucleus.yaml file is in a non-master branch
tag: summer25 # note: this should be summer22, winter23, etc. if this .nucleus.yaml file is in a non-master branch