Skip to content

Commit

Permalink
Update workflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
vpodk committed Feb 13, 2024
1 parent 08719ca commit aeec8cd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/init-lint-test.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@

name: init-lint-test

on:
workflow_dispatch:

jobs:
build:
if: github.repository == 'Datamart/react-hamburger-drawer'
if: github.repository == 'vpodk/react-hamburger-drawer'
runs-on: ubuntu-latest
timeout-minutes: 2

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ name: publish

on:
push:
branches: [ main ]
branches: [main]

jobs:
build:
if: github.repository == 'Datamart/react-hamburger-drawer'
if: github.repository == 'vpodk/react-hamburger-drawer'
runs-on: ubuntu-latest
timeout-minutes: 2

Expand Down
7 changes: 2 additions & 5 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,5 @@
"esModuleInterop": true,
"allowJs": true
},
"include": [
"src/**/*",
"index.d.ts",
]
}
"include": ["src/**/*", "index.d.ts"]
}

0 comments on commit aeec8cd

Please sign in to comment.