We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a5fc69 commit a4b2895Copy full SHA for a4b2895
.nucleus.yaml
@@ -38,6 +38,9 @@ branches:
38
spring25:
39
pull-request:
40
<<: *branch-definition
41
+ summer25:
42
+ pull-request:
43
+ <<: *branch-definition
44
jobs:
45
build-and-test:
46
memory-limit: 16
@@ -70,4 +73,4 @@ steps:
70
73
npm-publish-release:
71
74
params:
72
75
access: public
- tag: latest # note: this should be summer22, winter23, etc. if this .nucleus.yaml file is in a non-master branch
76
+ tag: summer25 # note: this should be summer22, winter23, etc. if this .nucleus.yaml file is in a non-master branch
0 commit comments