We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d14d4d9 commit e4cd91eCopy full SHA for e4cd91e
‎.github/workflows/pages.yml‎
@@ -2,7 +2,7 @@ name: Deploy swagger UI files to Pages
2
3
on:
4
push:
5
- branches: ["feat/new-repo"]
+ branches: ["main"]
6
workflow_dispatch:
7
8
permissions:
‎.github/workflows/release.yml‎
@@ -2,7 +2,7 @@ name: Publish Package to npm
jobs:
build:
0 commit comments