Skip to content

Commit 9516116

Browse files
committed
feat: update test
1 parent b03afa2 commit 9516116

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/design-system-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
});
139139
140140
release:
141-
if: github.event_name == 'push'
141+
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
142142
needs: build
143143
runs-on: ubuntu-24.04
144144

@@ -185,7 +185,7 @@ jobs:
185185
working-directory: ./frontend/packages/component-library
186186

187187
deploy:
188-
if: github.event_name == 'push'
188+
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
189189
needs:
190190
- build
191191
- release

frontend/packages/component-library/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @code-dot-org/component-library - Design System for Code.org
22

3-
test5
3+
test6
44
feat9
55

66
Welcome to the Code.org Design System Component Library! This repository contains the design system used across Code.org's frontend applications to ensure consistency and reusability of UI components.

0 commit comments

Comments
 (0)