globalfy-design-system 0.2.6 → 0.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -30,9 +30,10 @@ definitions:
30
30
  - yarn chromatic --auto-accept-changes
31
31
 
32
32
  pipelines:
33
- default:
34
- - step: *test
35
- - step: *build
33
+ pull-requests:
34
+ "**":
35
+ - step: *test
36
+ - step: *build
36
37
  branches:
37
38
  master:
38
39
  - step: *test
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "globalfy-design-system",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "description": "Globalfy Design System",
5
5
  "type": "module",
6
6
  "scripts": {