Skip to content

Commit e4cd91e

Browse files
committed
feat: 🎸 New repo, new rules
BREAKING CHANGE: 🧨 Updated package structure, exports
1 parent d14d4d9 commit e4cd91e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.github/workflows/pages.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy swagger UI files to Pages
22

33
on:
44
push:
5-
branches: ["feat/new-repo"]
5+
branches: ["main"]
66
workflow_dispatch:
77

88
permissions:

‎.github/workflows/release.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish Package to npm
22

33
on:
44
push:
5-
branches: ["feat/new-repo"]
5+
branches: ["main"]
66

77
jobs:
88
build:

0 commit comments

Comments
 (0)